]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 28 Mar 2002 08:07:41 +0000 (08:07 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Mar 2002 08:07:41 +0000 (08:07 +0000)
old/textutils/ChangeLog

index 9bf4223b68734866997439f7ac5e882d311849b0..e0cb57fca27ad08382de4c984767e1922935976d 100644 (file)
@@ -23,7 +23,7 @@
 
 2002-02-23  Paul Eggert  <eggert@twinsun.com>
 
-       * src/cat.c (simple_cat, cat, main): Used char * rather than
+       * src/cat.c (simple_cat, cat, main): Use char * rather than
        unsigned char *, to avoid some technical violations of the C
        standard, and to avoid the need for casts.  I guess the
        unsigned char * was probably there for improved performance