summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-03-09 04:00:53 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-03-09 04:00:53 +0000
commit18a996f84742152003f9358a7078921d43450ef5 (patch)
tree7288c1166b7669a89a420cbc13a3a2916be56076 /libc
parent787d97887ddcf572c1fbc4af7c0f5efe466b2c2d (diff)
downloadpw-darwin-18a996f84742152003f9358a7078921d43450ef5.tar.gz
pw-darwin-18a996f84742152003f9358a7078921d43450ef5.tar.zst
pw-darwin-18a996f84742152003f9358a7078921d43450ef5.zip
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 'libc')
-rw-r--r--libc/gen/pw_scan.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libc/gen/pw_scan.c b/libc/gen/pw_scan.c
index 24fce57..efe6566 100644
--- a/libc/gen/pw_scan.c
+++ b/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;