summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-08 15:25:39 +0000
committerJim Meyering <jim@meyering.net>2004-04-08 15:25:39 +0000
commit2a888f75af5635f7148a099e07d264688d9157a2 (patch)
tree2bf74c1c35fd09f64f40c7cc1e1aba12cac6797e /src/dd.c
parent7a4f3edeb005f0b7904f92d5742e95d4c081cf4f (diff)
downloadcoreutils-2a888f75af5635f7148a099e07d264688d9157a2.tar.xz
(LONGEST_SYMBOL): Tweak comment.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 4df58ed9f..8d4d0766c 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -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. */