From: Jim Meyering Date: Tue, 22 Jul 2003 21:56:23 +0000 (+0000) Subject: tweak comment X-Git-Tag: v5.0.90~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19486436f43e9f1ec49365f219f8e24d4a4bd2b;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/cut.c b/src/cut.c index 71106c2521..bd2a3e098f 100644 --- a/src/cut.c +++ b/src/cut.c @@ -467,7 +467,7 @@ set_fields (const char *fieldstr) { if (0 < j && printable_field[j] && !printable_field[j - 1]) { - /* Remember that `j' is a range-start index. */ + /* Record the fact that `j' is a range-start index. */ void *ent_from_table = hash_insert (range_start_ht, (void*) j); if (ent_from_table == NULL)