diff options
author | jmg <jmg@FreeBSD.org> | 2003-06-15 03:08:37 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2003-06-15 03:08:37 +0000 |
commit | 80728f5713c76a2aeb7804da0dcafe46310abdfa (patch) | |
tree | 08589e69ce38145a04b75ab975120e1a6069dd19 /libexec | |
parent | 215585360bcfca47cd86079acc2ae21493a54ada (diff) | |
download | FreeBSD-src-80728f5713c76a2aeb7804da0dcafe46310abdfa.zip FreeBSD-src-80728f5713c76a2aeb7804da0dcafe46310abdfa.tar.gz |
fix a couple typos in the comments
From NetBSD's bootpd (in src/usr.sbin/bootp)
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/bootpd/bootpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index d4af2e1..5018340 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -669,7 +669,7 @@ ignoring request for server %s from client at %s address %s", } hlen = haddrlength(bp->bp_htype); if (hlen != bp->bp_hlen) { - report(LOG_NOTICE, "bad addr len from from %s address %s", + report(LOG_NOTICE, "bad addr len from %s address %s", netname(bp->bp_htype), haddrtoa(bp->bp_chaddr, hlen)); } @@ -1026,7 +1026,7 @@ sendreply(forward, dst_override) /* * If the destination address was specified explicitly - * (i.e. the broadcast address for HP compatiblity) + * (i.e. the broadcast address for HP compatibility) * then send the response to that address. Otherwise, * act in accordance with RFC951: * If the client IP address is specified, use that |