diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-13 19:35:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-13 19:35:06 +0000 |
commit | 4a3c27dd70f7672c18fb4def95cc0440644c686f (patch) | |
tree | 23be8d3ebf32821f55fceb7096176f160298c38d | |
parent | 909dd8df1caf3299fb7c6e615ef72cdcef60c82a (diff) | |
download | coreutils-4a3c27dd70f7672c18fb4def95cc0440644c686f.tar.gz coreutils-4a3c27dd70f7672c18fb4def95cc0440644c686f.tar.bz2 coreutils-4a3c27dd70f7672c18fb4def95cc0440644c686f.zip |
"bytes, words and lines" -> "lines, words, and bytes" in comment
-rw-r--r-- | src/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |