Fix doc typo PiperOrigin-RevId: 491989064
diff --git a/src/google/protobuf/util/delimited_message_util.h b/src/google/protobuf/util/delimited_message_util.h index 9a4e066..e52646f 100644 --- a/src/google/protobuf/util/delimited_message_util.h +++ b/src/google/protobuf/util/delimited_message_util.h
@@ -48,7 +48,7 @@ namespace protobuf { namespace util { -// Write a single size-delimited message from the given stream. Delimited +// Write a single size-delimited message to the given stream. Delimited // format allows a single file or stream to contain multiple messages, // whereas normally writing multiple non-delimited messages to the same // stream would cause them to be merged. A delimited message is a varint