Module Name:    src
Committed By:   andvar
Date:           Tue Mar 15 21:40:00 UTC 2022

Modified Files:
        src/sys/netinet: ip_mroute.c

Log Message:
s/heaader/header/


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/netinet/ip_mroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/ip_mroute.c
diff -u src/sys/netinet/ip_mroute.c:1.164 src/sys/netinet/ip_mroute.c:1.165
--- src/sys/netinet/ip_mroute.c:1.164	Thu Nov 12 13:13:45 2020
+++ src/sys/netinet/ip_mroute.c	Tue Mar 15 21:39:59 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_mroute.c,v 1.164 2020/11/12 13:13:45 kardel Exp $	*/
+/*	$NetBSD: ip_mroute.c,v 1.165 2022/03/15 21:39:59 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -93,7 +93,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_mroute.c,v 1.164 2020/11/12 13:13:45 kardel Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_mroute.c,v 1.165 2022/03/15 21:39:59 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -1846,7 +1846,7 @@ vif_encapcheck(struct mbuf *m, int off, 
 #endif
 
 	/*
-	 * Accept the packet only if the inner heaader is multicast
+	 * Accept the packet only if the inner header is multicast
 	 * and the outer header matches a tunnel-mode vif.  Order
 	 * checks in the hope that common non-matching packets will be
 	 * rejected quickly.  Assume that unicast IPv4 traffic in a

Reply via email to