]> Savannah Git Hosting - gnulib.git/commitdiff
Fix Changelog typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2024 22:32:04 +0000 (15:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2024 22:32:04 +0000 (15:32 -0700)
ChangeLog

index 3e4eba3796a707770c4dc346b5ac82cec6f38634..327ea5273bc6f18c6fa83d0935b559ddbb08dba5 100644 (file)
--- 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.