summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-26 18:08:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-26 18:08:24 +0000
commit5bb064a2615010ba9a787983739220705f892795 (patch)
tree561e1f80bce861231ccc71bbb9007e589d6a4df3 /lib/ChangeLog
parent759ae5e688aaf90730e801a2d8c41ab8d2f36eb7 (diff)
downloadcoreutils-5bb064a2615010ba9a787983739220705f892795.tar.xz
Propagate intprops.h comment fixes to mktime.c and strftime.c.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d44aa0d38..f5e776e0d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,7 @@
* intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
"one's complement" -> "ones' complement" in comment, as per Knuth.
"value of type" -> "type or expression" in comment.
+ * mktime.c, strftime.c: Propagate intprops.h comment nits.
2005-03-26 Jim Meyering <jim@meyering.net>