aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-03-15 09:13:44 -0700
committerGitHub <noreply@github.com>2017-03-15 09:13:44 -0700
commited0ef54045e2c9b14a6cfc5804709360b5c93408 (patch)
treee7712119d3121a63469e1186a1b027071124cc53 /src/google
parentd18df81488154114a68fc2c4edf5e53c4ed60f85 (diff)
parent746ca59885699a93a6982fdd43581228a06dd48a (diff)
downloadprotobuf-ed0ef54045e2c9b14a6cfc5804709360b5c93408.tar.gz
protobuf-ed0ef54045e2c9b14a6cfc5804709360b5c93408.tar.bz2
protobuf-ed0ef54045e2c9b14a6cfc5804709360b5c93408.zip
Merge pull request #2846 from acozzette/bytestream-comment
Updated an outdated comment in bytestream.h
Diffstat (limited to 'src/google')
-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:
//