1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Style: reword comment.

Submitted by:   bde
This commit is contained in:
Andrey A. Chernov 2010-01-20 11:59:46 +00:00
parent 6a671a6bde
commit 5fc5e42a2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202693

View File

@ -126,7 +126,7 @@ scandir(const char *dirname, struct dirent ***namelist,
/*
* 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)