Index: third_party/protobuf/src/google/protobuf/compiler/parser.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/parser.h b/third_party/protobuf/src/google/protobuf/compiler/parser.h |
index 2c561c23d7ba0ffaac0d99c88fff04de1f461680..0f80e78b98630278c5776da2bbadf835940d8a6c 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/parser.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/parser.h |
@@ -71,7 +71,7 @@ class LIBPROTOBUF_EXPORT Parser { |
// it. Returns true if no errors occurred, false otherwise. |
bool Parse(io::Tokenizer* input, FileDescriptorProto* file); |
- // Optional fetaures: |
+ // Optional features: |
// DEPRECATED: New code should use the SourceCodeInfo embedded in the |
// FileDescriptorProto. |