summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9bf4223b6..e0cb57fca 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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