From: Jim Meyering Date: Thu, 8 Apr 2004 15:25:39 +0000 (+0000) Subject: (LONGEST_SYMBOL): Tweak comment. X-Git-Tag: v5.3.0~1849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a888f75af5635f7148a099e07d264688d9157a2;p=thirdparty%2Fcoreutils.git (LONGEST_SYMBOL): Tweak comment. --- 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. */