summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commitd64ada501ae33c02e7c4e3ce21962907df814a5a (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /libexec
parent5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/getether.c2
-rw-r--r--libexec/getty/chat.c2
-rw-r--r--libexec/mknetid/hash.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index 3a658266891e..e4dc1b66b9e2 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -261,7 +261,7 @@ getether(ifname, eap)
/*
* Get the Ethernet address the same way the ARP module
* does when it is pushed onto a new stream (bind).
- * One should instead be able just do an dl_info_req
+ * One should instead be able just do a dl_info_req
* but many drivers do not supply the hardware address
* in the response to dl_info_req (they MUST supply it
* for dl_bind_ack because the ARP module requires it).
diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c
index 3df41a8f08ea..4faae72cdd82 100644
--- a/libexec/getty/chat.c
+++ b/libexec/getty/chat.c
@@ -297,7 +297,7 @@ cleanstr(const unsigned char *s, int l)
/*
- * return result as an pseudo-english word
+ * return result as a pseudo-english word
*/
static const char *
diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c
index 6de06d804fdb..b4a39cbc12ec 100644
--- a/libexec/mknetid/hash.c
+++ b/libexec/mknetid/hash.c
@@ -127,7 +127,7 @@ struct grouplist *lookup(struct member_entry *table[], char *key)
struct grouplist dummy = { 99999, NULL };
/*
- * Store an group member entry and/or update its grouplist.
+ * Store a group member entry and/or update its grouplist.
*/
void mstore (struct member_entry *table[], char *key, int gid, int dup)
{