Fix attribution in last commit.
authorSimon Josefsson <simon@josefsson.org>
Mon, 8 Sep 2008 10:21:12 +0000 (12:21 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 8 Sep 2008 10:21:12 +0000 (12:21 +0200)
ChangeLog

index 0fc0019..a3c8c7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,8 @@
        required for 16-bit and 8-bit rotates.
        * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
        rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
-       UINT8_MAX instead of hard-coded constants.  Suggested by Paul
-       Eggert.
+       UINT8_MAX instead of hard-coded constants.
+       Suggested by Paul Eggert.
 
 2008-09-07  Bruno Haible  <bruno@clisp.org>