diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-22 23:51:43 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-22 23:51:43 +0100 |
commit | 3a9070dce7e3722c050c3e2793dd14e2e6a05d67 (patch) | |
tree | e79c95eb08a5eb77b06262833e67e552b2f0035c | |
parent | 93f9b9be84570d9899a8a61e56f773bf4eb87290 (diff) | |
download | coreutils-3a9070dce7e3722c050c3e2793dd14e2e6a05d67.tar.xz |
Correct typo in ChangeLog entry.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |