diff --git a/tensorflow/core/util/proto/decode.h b/tensorflow/core/util/proto/decode.h index cbcb203ee76..8dde14dffcd 100644 --- a/tensorflow/core/util/proto/decode.h +++ b/tensorflow/core/util/proto/decode.h @@ -318,7 +318,7 @@ inline int ReadPackedPrimitives(const void* bufp, const size_t len, return count; } -// Reads a primitive value field from a serialized proto. +// Reads a value of a primitive type field from a serialized proto. // The value is parsed from the serialized format, then static_cast // to the desired type for TensorFlow and stored. template