From a294b89509dbb1e4f855bcebb4a9ddd1747721e1 Mon Sep 17 00:00:00 2001 From: andvar Date: Tue, 15 Mar 2022 21:39:59 +0000 Subject: [PATCH] s/heaader/header/ --- sys/netinet/ip_mroute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 33237440f63e..1b596bc80dc0 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -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 -__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, int proto, void *arg) #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