From fcb9d629ca940121446014db94539ed245fe3736 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 20 Jan 2010 11:59:46 +0000 Subject: Style: reword comment. Submitted by: bde --- lib/libc/gen/scandir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index 2c1bee8..93bc852 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -126,7 +126,7 @@ fail: /* * Alphabetic order comparison routine for those who want it. - * POSIX 2008 requires the alphasort() to use strcoll(). + * POSIX 2008 requires that alphasort() uses strcoll(). */ int alphasort(const struct dirent **d1, const struct dirent **d2) -- cgit v1.1