diff options
author | ache <ache@FreeBSD.org> | 2010-01-20 11:59:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2010-01-20 11:59:46 +0000 |
commit | fcb9d629ca940121446014db94539ed245fe3736 (patch) | |
tree | 27ceac346f9e6f0400359c8f8fe246e24a562f55 /lib/libc/gen/scandir.c | |
parent | 604a9a1db3621cd6990600b933160428c7686718 (diff) | |
download | FreeBSD-src-fcb9d629ca940121446014db94539ed245fe3736.zip FreeBSD-src-fcb9d629ca940121446014db94539ed245fe3736.tar.gz |
Style: reword comment.
Submitted by: bde
Diffstat (limited to 'lib/libc/gen/scandir.c')
-rw-r--r-- | lib/libc/gen/scandir.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |