]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Fix a typo in a comment
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 11 Jun 2024 18:59:09 +0000 (21:59 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 11 Jun 2024 19:42:04 +0000 (22:42 +0300)
Thanks to Sam James for spotting it.

Fixes: f644473a211394447824ea00518d0a214ff3f7f2
src/liblzma/check/crc_x86_clmul.h

index 5d5607d1edadd796a9b7a30a99551b5eddd3b8f5..6baf83eb83e4b26751a44b05a420d5f7c7dbd851 100644 (file)
@@ -420,7 +420,7 @@ is_arch_extension_supported(void)
        //   - ICC's _may_i_use_cpu_feature: the other methods should work too.
        //   - GCC >= 6 / Clang / ICX __builtin_cpu_supports("pclmul")
        //
-       // CPUID decding is needed with MSVC anyway and older GCC. This keeps
+       // CPUID decoding is needed with MSVC anyway and older GCC. This keeps
        // the feature checks in the build system simpler too. The nice thing
        // about __builtin_cpu_supports would be that it generates very short
        // code as is it only reads a variable set at startup but a few bytes