From: Paul Eggert Date: Fri, 13 May 2005 19:35:06 +0000 (+0000) Subject: "bytes, words and lines" -> "lines, words, and bytes" in comment X-Git-Tag: CPPI-1_12~811 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a3c27dd70f7672c18fb4def95cc0440644c686f;p=thirdparty%2Fcoreutils.git "bytes, words and lines" -> "lines, words, and bytes" in comment --- diff --git a/src/wc.c b/src/wc.c index 4b7098775c..8ee9940fba 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