]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
"bytes, words and lines" -> "lines, words, and bytes" in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 May 2005 19:35:06 +0000 (19:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 May 2005 19:35:06 +0000 (19:35 +0000)
src/wc.c

index 4b7098775c9c3ae287a769ba728d14fdd1c60f5b..8ee9940fba159de7d5d0da0f11c9821d006f4c4c 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -1,4 +1,4 @@
-/* wc - print the number of bytes, words, and lines in files
+/* wc - print the number of lines, words, and bytes in files
    Copyright (C) 85, 91, 1995-2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify