aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/google/protobuf/descriptor.proto2
1 files changed, 1 insertions, 1 deletions
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;