Skip to content

Commit d4cf637

Browse files
Fix comment
1 parent c8aeb35 commit d4cf637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proxy_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ static int32_t pp1_parse_hdr(const uint8_t *buffer, uint32_t buffer_length, pp_i
11701170
}
11711171
ptr += 5;
11721172

1173-
/* Exactlychar *dst_address_end one space */
1173+
/* Exactly one space */
11741174
if (*ptr != '\x20')
11751175
{
11761176
return -ERR_PP1_SPACE;

0 commit comments

Comments
 (0)