From b2be88838d52e10350a90e021ed4556033844b4b Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 12 Mar 2023 20:27:10 +0000 Subject: src: fix a couple of typo's in comments Signed-off-by: Jeremy Sowden Signed-off-by: Florian Westphal --- src/parser_bison.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/parser_bison.y b/src/parser_bison.y index 3c06ff48..ccedfafe 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -6180,7 +6180,7 @@ exthdr_exists_expr : EXTHDR exthdr_key desc = exthdr_find_proto($2); /* Assume that NEXTHDR template is always - * the fist one in list of templates. + * the first one in list of templates. */ $$ = exthdr_expr_alloc(&@$, desc, 1); $$->exthdr.flags = NFT_EXTHDR_F_PRESENT; -- cgit v1.2.3