From 2a888f75af5635f7148a099e07d264688d9157a2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Apr 2004 15:25:39 +0000 Subject: [PATCH] (LONGEST_SYMBOL): Tweak comment. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dd.c b/src/dd.c index 4df58ed9f3..8d4d0766cd 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. */ -- 2.47.2