diff mbox series

[nftables] src: fix a couple of typo's in comments

Message ID 20230312202710.173344-1-jeremy@azazel.net
State Accepted, archived
Headers show
Series [nftables] src: fix a couple of typo's in comments | expand

Commit Message

Jeremy Sowden March 12, 2023, 8:27 p.m. UTC
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 include/datatype.h | 2 +-
 src/parser_bison.y | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/include/datatype.h b/include/datatype.h
index 73f38f66c4ce..391d6ac8b4bd 100644
--- a/include/datatype.h
+++ b/include/datatype.h
@@ -23,7 +23,7 @@ 
  * @TYPE_INET_SERVICE:	internet service (integer subtype)
  * @TYPE_ICMP_TYPE:	ICMP type codes (integer subtype)
  * @TYPE_TCP_FLAG:	TCP flag (bitmask subtype)
- * @TCPE_DCCP_PKTTYPE:	DCCP packet type (integer subtype)
+ * @TYPE_DCCP_PKTTYPE:	DCCP packet type (integer subtype)
  * @TYPE_MH_TYPE:	Mobility Header type (integer subtype)
  * @TYPE_TIME:		relative time
  * @TYPE_MARK:		packet mark (integer subtype)
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 3c06ff48c95c..ccedfafe1bfa 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;