svn commit: r202693 - head/lib/libc/gen

Andrey A. Chernov ache at FreeBSD.org
Wed Jan 20 11:59:47 UTC 2010


Author: ache
Date: Wed Jan 20 11:59:46 2010
New Revision: 202693
URL: http://svn.freebsd.org/changeset/base/202693

Log:
  Style: reword comment.
  
  Submitted by:   bde

Modified:
  head/lib/libc/gen/scandir.c

Modified: head/lib/libc/gen/scandir.c
==============================================================================
--- head/lib/libc/gen/scandir.c	Wed Jan 20 11:58:04 2010	(r202692)
+++ head/lib/libc/gen/scandir.c	Wed Jan 20 11:59:46 2010	(r202693)
@@ -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)


More information about the svn-src-head mailing list