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
1 changed files with 1 additions and 1 deletions

View File

@ -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
//