From: Jim Meyering Date: Thu, 22 Feb 2007 22:51:43 +0000 (+0100) Subject: Correct typo in ChangeLog entry. X-Git-Tag: COREUTILS-6_8~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a9070dce7e3722c050c3e2793dd14e2e6a05d67;p=thirdparty%2Fcoreutils.git Correct typo in ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index 2c9248d688..660eb5166b 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