summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:55:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-26 17:55:33 +0000
commit759ae5e688aaf90730e801a2d8c41ab8d2f36eb7 (patch)
treea3d19289ea436fd61119d6c997616f17158ae4f9 /lib
parent608c26a8fcba6553d21944754f7b1487fbc0cbeb (diff)
downloadcoreutils-759ae5e688aaf90730e801a2d8c41ab8d2f36eb7.tar.xz
one's complement -> ones' complement
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c792a28bd..d44aa0d38 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,7 @@
2005-03-26 Paul Eggert <eggert@cs.ucla.edu>
* 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.
2005-03-26 Jim Meyering <jim@meyering.net>