Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 06:31:03 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f7174106ef55 - stable/13 - rarpd(8): Fix a typo in a source code comment
Message-ID:  <202303300631.32U6V3Ut088079@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=f7174106ef553a49e3e2f72f12d47108915a8a4b

commit f7174106ef553a49e3e2f72f12d47108915a8a4b
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:30:52 +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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300631.32U6V3Ut088079>