diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-11-22 20:39:41 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-11-22 20:39:41 +0800 |
commit | 6b05f827f50e686537e9a23c49c5aa4c0aa6b23d (patch) | |
tree | 39b116c53051bbdc85a997b277b608ef9af6c54f /src | |
parent | xz: Move the check for --suffix with --format=raw a few lines earlier. (diff) | |
download | xz-6b05f827f50e686537e9a23c49c5aa4c0aa6b23d.tar.xz |
tuklib_integer: Fix typo discovered by codespell.
Based on internet dictionary searches, 'choise' is an outdated spelling
of 'choice'.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/tuklib_integer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tuklib_integer.h b/src/common/tuklib_integer.h index e22aa8ad..6dd2a5f7 100644 --- a/src/common/tuklib_integer.h +++ b/src/common/tuklib_integer.h @@ -251,7 +251,7 @@ // 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 // |