From: Jim Meyering Date: Wed, 3 May 2006 10:10:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c37b81a6fa8831391e98392d15450aeb063a0c31;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/src/ls.c b/src/ls.c index d990f2dc38..3eb78684e3 100644 --- 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. */