changeset 10410:ad3484c9aa0c

Fix attribution in last commit.
author Simon Josefsson <simon@josefsson.org>
date Mon, 08 Sep 2008 12:21:12 +0200
parents f0b817243938
children 3f109382cc43
files ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>