diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 690053110e9..8b8c21ca726 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1,5 +1,4 @@ Aadil -aarch abcd ABCDE ABCDEF @@ -393,8 +392,6 @@ dumpobj DVI DWN dylib -eabi -eabihf EACCES EAGAIN eay diff --git a/cmake/toolchain/arm-sf-linux.cmake b/cmake/toolchain/arm-sf-linux.cmake index 60c25d4429c..52ed380e302 100644 --- a/cmake/toolchain/arm-sf-linux.cmake +++ b/cmake/toolchain/arm-sf-linux.cmake @@ -1,7 +1,7 @@ #### # ARM 32-bit Toolchain with Software Floating Point # -# This ARM toolchain will compile for 32-bit ARM linux systems supporting software floating point operations. It uses +# This ARM toolchain will compile for 32-bit ARM linux systems supporting sodtware floating point operations. It uses # the arm packages installed on the system path for cross-compilation. To override the location of the tools use # -DARM_TOOLS_PATH=... to specify the root directory of the tools installation. That directory should contain folders # bin, lib, etc where the tools are located.