]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(LONGEST_SYMBOL): Tweak comment.
authorJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 15:25:39 +0000 (15:25 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 15:25:39 +0000 (15:25 +0000)
src/dd.c

index 4df58ed9f38360a702c7bfb52683507e045fb8f2..8d4d0766cdb7aca50d021d7066d17f62ed2ec5d3 100644 (file)
--- 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.  */