summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-22 23:51:43 +0100
committerJim Meyering <jim@meyering.net>2007-02-22 23:51:43 +0100
commit3a9070dce7e3722c050c3e2793dd14e2e6a05d67 (patch)
treee79c95eb08a5eb77b06262833e67e552b2f0035c
parent93f9b9be84570d9899a8a61e56f773bf4eb87290 (diff)
downloadcoreutils-3a9070dce7e3722c050c3e2793dd14e2e6a05d67.tar.xz
Correct typo in ChangeLog entry.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c9248d68..660eb5166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
Adjust preceding change not to perform an unaligned access.
* src/copy.c (copy_reg): Undo previous change. Instead, make
it clearer that we're using a single-byte sentinel, and
- [lint]: Initialize uintptr_t-1 bytes after the sentinel.
+ [lint]: Initialize sizeof (uintptr_t) - 1 bytes after the sentinel.
Reported by Andreas Schwab.
Placate valgrind, wrt ./cp --sparse=always