]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct typo in ChangeLog entry.
authorJim Meyering <jim@meyering.net>
Thu, 22 Feb 2007 22:51:43 +0000 (23:51 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 22 Feb 2007 22:51:43 +0000 (23:51 +0100)
ChangeLog

index 2c9248d688d4c6decfd82179eeceb61332afd308..660eb5166ba42ccd6fe0fadaf55bf884265be36c 100644 (file)
--- 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