From 59325e84d18e0929c85ffa8bf70069508091c4b5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 13 May 2024 15:32:04 -0700 Subject: [PATCH] Fix Changelog typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e4eba3796..327ea5273b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ * lib/stdbit.in.h (__gl_stdbit_clzll): [!_GL_STDBIT_HAS_BUILTIN_CLZ && !_MSC_VER]: Rewrite to avoid the need for a lookup table in memory, and remove the lookup table. - Do this by shrinking the table to 64 bits and puttiung in a 64-bit + Do this by shrinking the table to 64 bits and putting it in a 64-bit constant. Although this needs another round of shifts, it avoids the need for a multiplication and memory access a la de Bruijn, and is probably a win. -- 2.39.5