tuklib_integer: Fix typo discovered by codespell.
Based on internet dictionary searches, 'choise' is an outdated spelling of 'choice'.
This commit is contained in:
parent
9b469da8f3
commit
9a300c9068
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue