From: Simon Josefsson Date: Mon, 8 Sep 2008 10:21:12 +0000 (+0200) Subject: Fix attribution in last commit. X-Git-Tag: v0.1~7072 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a3244aa75867f1c593be669aea23db876f75a99c;p=gnulib.git Fix attribution in last commit. --- diff --git a/ChangeLog b/ChangeLog index 0fc0019ef..a3c8c7edb 100644 --- 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