From b6555b1da0cf3b00fcfd139f4465861268a44ed2 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 17 Apr 2015 10:00:38 -0700 Subject: fix: do not mention umbrella_classname in comment --- src/google/protobuf/descriptor.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/descriptor.proto') diff --git a/src/google/protobuf/descriptor.proto b/src/google/protobuf/descriptor.proto index b16a1630..e039e112 100644 --- a/src/google/protobuf/descriptor.proto +++ b/src/google/protobuf/descriptor.proto @@ -355,7 +355,7 @@ message FileOptions { optional string csharp_namespace = 37; // A nested namespace for the umbrella class. Helpful for name collisions caused by - // umbrella_classname conflicting with an existing type. This will be automatically + // its name conflicting with an existing type. This will be automatically // set to 'Proto' if a collision is detected with types being generated. optional string csharp_umbrella_namespace = 38; -- cgit v1.2.3