Browse Source

fix: do not mention umbrella_classname in comment

Jan Tattermusch 10 years ago
parent
commit
b6555b1da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/google/protobuf/descriptor.proto

+ 1 - 1
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;