From 18a996f84742152003f9358a7078921d43450ef5 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sat, 9 Mar 2002 04:00:53 +0000 Subject: 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 --- libc/gen/pw_scan.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libc') 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; -- cgit v1.2.3-56-ge451