summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:49:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:49:37 +0000
commite049d578cded3550d49c3f81b295f909624d5444 (patch)
tree7f2ede39cb0f96bd8f739461bc10d088edcfe73c /lib/ChangeLog
parent37a35280a403c909f3024d98af35b91bba1690f2 (diff)
downloadcoreutils-e049d578cded3550d49c3f81b295f909624d5444.tar.xz
Fix comment nits in intprops.h.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 03f8fb41a..c792a28bd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2005-03-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ * intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
+ "value of type" -> "type or expression" in comment.
+
+2005-03-26 Jim Meyering <jim@meyering.net>
+
+ Comment nits.
+ * intprops.h: Add the apostrophe in `(one|two)'s complement'.
+ Correct typos: s/or/of/.
+
2005-03-23 Jim Meyering <jim@meyering.net>
* canonicalize.c: Remove duplicate `#include "stat-macros.h"'.