]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
tuklib_integer: Fix typo discovered by codespell.
authorJia Tan <jiat0218@gmail.com>
Wed, 22 Nov 2023 12:39:41 +0000 (20:39 +0800)
committerJia Tan <jiat0218@gmail.com>
Wed, 22 Nov 2023 12:39:41 +0000 (20:39 +0800)
Based on internet dictionary searches, 'choise' is an outdated spelling
of 'choice'.

src/common/tuklib_integer.h

index e22aa8ad83b2df3421d6dda1d44d6cecf8f02c5d..6dd2a5f701e6cc63320ddfce618e17057d0484e2 100644 (file)
 // was one instruction longer.
 //
 // Conclusion: At least in case of GCC and Clang, byte-by-byte code is
-// the best choise for strict-align archs to do unaligned access.
+// the best choice for strict-align archs to do unaligned access.
 //
 // See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111502
 //