diff options
| author | Jim Meyering <jim@meyering.net> | 2003-07-22 21:56:23 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-07-22 21:56:23 +0000 |
| commit | a19486436f43e9f1ec49365f219f8e24d4a4bd2b (patch) | |
| tree | afdad6a74dae6c8b36006ea4161cc1bdffc566ca /src/cut.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-a19486436f43e9f1ec49365f219f8e24d4a4bd2b.tar.gz coreutils-a19486436f43e9f1ec49365f219f8e24d4a4bd2b.zip | |
tweak comment
Diffstat (limited to 'src/cut.c')
| -rw-r--r-- | src/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
