summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pw_scan.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-03-09 04:00:53 +0000
committerdd <dd@FreeBSD.org>2002-03-09 04:00:53 +0000
commit69772af884da323e0e7cc19bb8d6a67392bfd564 (patch)
treed6ad769c84f352d0ecd361e57a7c6d1ce6f41e78 /lib/libc/gen/pw_scan.c
parent165dbb1a74116f1fe5c011c487af7529a0c24b8a (diff)
downloadFreeBSD-src-69772af884da323e0e7cc19bb8d6a67392bfd564.zip
FreeBSD-src-69772af884da323e0e7cc19bb8d6a67392bfd564.tar.gz
Bring a comment in line with the code, and fix some spelling errors
while I'm here. PR: 35394 Submitted by: andrew@ugh.net.au
Diffstat (limited to 'lib/libc/gen/pw_scan.c')
-rw-r--r--lib/libc/gen/pw_scan.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c
index 24fce57..efe6566 100644
--- a/lib/libc/gen/pw_scan.c
+++ b/lib/libc/gen/pw_scan.c
@@ -57,12 +57,11 @@ __FBSDID("$FreeBSD$");
/*
* Some software assumes that IDs are short. We should emit warnings
- * for id's which can not be stored in a short, but we are more liberal
+ * for id's which cannot be stored in a short, but we are more liberal
* by default, warning for IDs greater than USHRT_MAX.
*
- * If pw_big_ids_warning is anything other than -1 on entry to pw_scan()
- * it will be set based on the existance of PW_SCAN_BIG_IDS in the
- * environment.
+ * If pw_big_ids_warning is -1 on entry to pw_scan(), it will be set based
+ * on the existence of PW_SCAN_BIG_IDS in the environment.
*/
static int pw_big_ids_warning = -1;
OpenPOWER on IntegriCloud