diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-08 15:25:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-08 15:25:39 +0000 |
commit | 2a888f75af5635f7148a099e07d264688d9157a2 (patch) | |
tree | 2bf74c1c35fd09f64f40c7cc1e1aba12cac6797e | |
parent | 7a4f3edeb005f0b7904f92d5742e95d4c081cf4f (diff) | |
download | coreutils-2a888f75af5635f7148a099e07d264688d9157a2.tar.xz |
(LONGEST_SYMBOL): Tweak comment.
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ static size_t oc = 0; /* Index into current line, for `conv=block' and `conv=unblock'. */ static size_t col = 0; -/* A longest symbol in the struct symbol_values table below. */ +/* A longest symbol in the struct symbol_values tables below. */ #define LONGEST_SYMBOL "fdatasync" /* A symbol and the corresponding integer value. */ |