git: 95d0723eb308 - stable/12 - rarpd(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 06:31:20 UTC
The branch stable/12 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=95d0723eb308a5d636e84e75a80be315303d19eb commit 95d0723eb308a5d636e84e75a80be315303d19eb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-03-27 06:45:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-03-30 06:31:10 +0000 rarpd(8): Fix a typo in a source code comment - s/combinataion/combination/ Obtained from: NetBSD (cherry picked from commit 107597fbd4dcd6d0a6ec09913642af151635b77a) --- usr.sbin/rarpd/rarpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).