diff options
| author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 17:46:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-04-11 17:53:37 +0000 |
| commit | ec8a394d9c676b3c4fd2cd721cf554e073736fc1 (patch) | |
| tree | 89fa17e356c0361b1c2a2351d6b851abc981fd95 /usr.sbin/ppp | |
| parent | f7cee4fa57a2b52a6e43a1f820ce7ba891b8e7d9 (diff) | |
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index fa45502f488a..ad623525ad4c 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -221,7 +221,7 @@ arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s) /* * arp_EtherAddr - get the hardware address of an interface on the - * the same subnet as ipaddr. + * same subnet as ipaddr. */ int |
