1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

tuklib_integer: Fix typo discovered by codespell.

Based on internet dictionary searches, 'choise' is an outdated spelling
of 'choice'.
This commit is contained in:
Jia Tan 2023-11-22 20:39:41 +08:00
parent 659aca0d69
commit 6b05f827f5

View file

@ -251,7 +251,7 @@
// was one instruction longer. // was one instruction longer.
// //
// Conclusion: At least in case of GCC and Clang, byte-by-byte code is // 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 // See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111502
// //