Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx> --- pkt-line.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkt-line.h b/pkt-line.h index 6cb92d7a5d..5b373fe4cd 100644 --- a/pkt-line.h +++ b/pkt-line.h @@ -79,7 +79,7 @@ int packet_read(int fd, char **src_buffer, size_t *src_len, char * Convert a four hex digit packet line length header into its numeric * representation. * - * If linelen contains non-hex characters, return -1. Otherwise, return the + * If lenbuf_hex contains non-hex characters, return -1. Otherwise, return the * numeric value of the length header. */ int packet_length(const char lenbuf_hex[4]); -- 2.27.0.rc0.114.g141fe7d276