From: Jia Tan Date: Wed, 22 Nov 2023 12:39:41 +0000 (+0800) Subject: tuklib_integer: Fix typo discovered by codespell. X-Git-Tag: v5.5.1alpha~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b05f827f50e686537e9a23c49c5aa4c0aa6b23d;p=thirdparty%2Fxz.git tuklib_integer: Fix typo discovered by codespell. Based on internet dictionary searches, 'choise' is an outdated spelling of 'choice'. --- 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 //