]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 3 May 2006 10:10:00 +0000 (10:10 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 May 2006 10:10:00 +0000 (10:10 +0000)
src/ls.c

index d990f2dc381e3a0d8c93d4f3bc0d61ed63b2db94..3eb78684e37db6d9f00bedaa6e7cbda765831ed8 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2920,7 +2920,7 @@ typedef int (*qsortFunc)(V a, V b);
   while (0)
 
 /* Define the 8 different sort function variants required for each sortkey.
-   KEY_NAME is a string describing the sort key, e.g., ctime, atime, size.
+   KEY_NAME is a token describing the sort key, e.g., ctime, atime, size.
    KEY_CMP_FUNC is a function to compare records based on that key, e.g.,
    ctime_cmp, atime_cmp, size_cmp.  Append KEY_NAME to the string,
    '[rev_][x]str{cmp|coll}[_df]_', to create each function name.  */