summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-09-04 15:25:23 +0000
committeralfred <alfred@FreeBSD.org>2001-09-04 15:25:23 +0000
commit7ffd260ead4cf01d20a68cf139ee0cfd8c707ade (patch)
tree3452b043e4fa677a8b4f4a84cc97ce1b192f005c /sys/netinet/if_ether.c
parentfeff1475b39c0911ebdea7e3bd54703322b85d78 (diff)
downloadFreeBSD-src-7ffd260ead4cf01d20a68cf139ee0cfd8c707ade.zip
FreeBSD-src-7ffd260ead4cf01d20a68cf139ee0cfd8c707ade.tar.gz
Fix sysctl comment field, s/the the/then the
Pointed out by: ru
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index dd82925..cbd4e1f 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -513,7 +513,7 @@ SYSCTL_INT(_net_link_ether_inet, OID_AUTO, log_arp_wrong_iface, CTLFLAG_RW,
"log arp packets arriving on the wrong interface");
SYSCTL_INT(_net_link_ether_inet, OID_AUTO, log_arp_movements, CTLFLAG_RW,
&log_arp_movements, 0,
- "log arp replies from MACs different the the one in the cache");
+ "log arp replies from MACs different than the one in the cache");
static void
OpenPOWER on IntegriCloud