aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/descriptor.proto
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-17 10:00:38 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-17 10:00:38 -0700
commitb6555b1da0cf3b00fcfd139f4465861268a44ed2 (patch)
treeaff446ce97e8142c7d6b860f9c784c1b2e6609a8 /src/google/protobuf/descriptor.proto
parentabcde243fe613246aa3d7c0bec21569c0639c95d (diff)
fix: do not mention umbrella_classname in comment
Diffstat (limited to 'src/google/protobuf/descriptor.proto')
-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;