Skip to content

Commit 03cda89

Browse files
committed
common: Fix copy/paste typo in parsing_helpers.h
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
1 parent 4bfd9df commit 03cda89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/parsing_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ static __always_inline int parse_icmphdr_common(struct hdr_cursor *nh,
196196
}
197197

198198
/*
199-
* parse_tcphdr: parse the udp header and return the length of the udp payload
199+
* parse_udphdr: parse the udp header and return the length of the udp payload
200200
*/
201201
static __always_inline int parse_udphdr(struct hdr_cursor *nh,
202202
void *data_end,

0 commit comments

Comments
 (0)