From 12bd7bc8447f5103e800e6e464089a00ecaec0fb Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 13 Mar 2021 16:37:28 +0100 Subject: Fix a few typos in comments - trough -> through MFC after: 1 week (cherry picked from commit 183502d1625fbcc3600fbe1d196758b946749569) --- sys/netpfil/ipfw/nat64/nat64_translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netpfil/ipfw') diff --git a/sys/netpfil/ipfw/nat64/nat64_translate.c b/sys/netpfil/ipfw/nat64/nat64_translate.c index e8fffe03497c..4ed3bfa765f6 100644 --- a/sys/netpfil/ipfw/nat64/nat64_translate.c +++ b/sys/netpfil/ipfw/nat64/nat64_translate.c @@ -722,7 +722,7 @@ nat64_icmp6_reflect(struct mbuf *m, uint8_t type, uint8_t code, uint32_t mtu, /* * Move pkthdr from original mbuf. We should have initialized some * fields, because we can reinject this mbuf to netisr and it will - * go trough input path (it requires at least rcvif should be set). + * go through input path (it requires at least rcvif should be set). * Also do M_ALIGN() to reduce chances of need to allocate new mbuf * in the chain, when we will do M_PREPEND() or make some type of * tunneling. -- cgit v1.2.3