diff --git a/tensorflow/tools/proto_text/gen_proto_text_functions_lib.h b/tensorflow/tools/proto_text/gen_proto_text_functions_lib.h index 20aa6054800..2878717634b 100644 --- a/tensorflow/tools/proto_text/gen_proto_text_functions_lib.h +++ b/tensorflow/tools/proto_text/gen_proto_text_functions_lib.h @@ -38,7 +38,7 @@ struct ProtoTextFunctionCode { // 1. For each message: // * ProtoDebugString(m): same as msg.DebugString(), except that google.any // is not expanded. -// * ProtoShortDebugString(m): same as msg.ShorDebugString(), except that +// * ProtoShortDebugString(m): same as msg.ShortDebugString(), except that // google.any is not expanded. // * ProtoParseFromString(s, m): same as TextFormat.ParseFromString(s, &m); // 2. For each enum: