]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Tue, 22 Jul 2003 21:56:23 +0000 (21:56 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Jul 2003 21:56:23 +0000 (21:56 +0000)
src/cut.c

index 71106c25210040cd1f1cb2bc701b5ade01f6b1a2..bd2a3e098fced6f29c121dd007b40ea34fb95cb2 100644 (file)
--- 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)