aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-03-27 06:45:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-03-30 06:31:10 +0000
commit95d0723eb308a5d636e84e75a80be315303d19eb (patch)
tree26197ee54b74128a1b8f6ace131de86323eeafce
parent8d636e4d6937b36cd6f1c45f057c672c855571cc (diff)
downloadsrc-stable/12.tar.gz
src-stable/12.zip
rarpd(8): Fix a typo in a source code commentstable/12
- s/combinataion/combination/ Obtained from: NetBSD (cherry picked from commit 107597fbd4dcd6d0a6ec09913642af151635b77a)
-rw-r--r--usr.sbin/rarpd/rarpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c
index 441164dd2bd2..29781be817f9 100644
--- a/usr.sbin/rarpd/rarpd.c
+++ b/usr.sbin/rarpd/rarpd.c
@@ -692,7 +692,7 @@ rarp_process(struct if_info *ii, u_char *pkt, u_int len)
}
/*
- * Poke the kernel arp tables with the ethernet/ip address combinataion
+ * Poke the kernel arp tables with the ethernet/ip address combination
* given. When processing a reply, we must do this so that the booting
* host (i.e. the guy running rarpd), won't try to ARP for the hardware
* address of the guy being booted (he cannot answer the ARP).