summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-13 19:35:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-13 19:35:06 +0000
commit4a3c27dd70f7672c18fb4def95cc0440644c686f (patch)
tree23be8d3ebf32821f55fceb7096176f160298c38d
parent909dd8df1caf3299fb7c6e615ef72cdcef60c82a (diff)
downloadcoreutils-4a3c27dd70f7672c18fb4def95cc0440644c686f.tar.xz
"bytes, words and lines" -> "lines, words, and bytes" in comment
-rw-r--r--src/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 4b7098775..8ee9940fb 100644
--- 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