aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/bytestream.h
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-03-14 10:08:36 -0700
committerGravatar Adam Cozzette <acozzette@google.com>2017-03-14 10:08:36 -0700
commit746ca59885699a93a6982fdd43581228a06dd48a (patch)
tree2621fdc800468a3555498bc217ac0529e196e390 /src/google/protobuf/stubs/bytestream.h
parentf0a5c1033a7a46b1405a1ce8526d4d9aa6d38375 (diff)
Updated an outdated comment in bytestream.h
Diffstat (limited to 'src/google/protobuf/stubs/bytestream.h')
-rw-r--r--src/google/protobuf/stubs/bytestream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/bytestream.h b/src/google/protobuf/stubs/bytestream.h
index 07604e17..86510d14 100644
--- a/src/google/protobuf/stubs/bytestream.h
+++ b/src/google/protobuf/stubs/bytestream.h
@@ -64,7 +64,7 @@ namespace protobuf {
namespace strings {
// An abstract interface for an object that consumes a sequence of bytes. This
-// interface offers 3 different ways to append data, and a Flush() function.
+// interface offers a way to append data as well as a Flush() function.
//
// Example:
//