Fix typos via codespell.
Signed-off-by: Andrew Kreimer <[email protected]>
---
smatch_scripts/test_generic.sh | 4 ++--
smatch_scripts/test_kernel.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/smatch_scripts/test_generic.sh b/smatch_scripts/test_generic.sh
index 5006d469..9fbd1caf 100755
--- a/smatch_scripts/test_generic.sh
+++ b/smatch_scripts/test_generic.sh
@@ -9,10 +9,10 @@ function usage {
echo "Usage: $0 [smatch options]"
echo "Compiles the kernel with -j${NR_CPU}"
echo " available options:"
- echo " --endian : enable endianess check"
+ echo " --endian : enable endianness check"
echo " --target {TARGET} : specify build target, default: $TARGET"
echo " --log {FILE} : Output compile log to file, default is:
$LOG"
- echo " --wlog {FILE} : Output warnigs to file, default is: $WLOG"
+ echo " --wlog {FILE} : Output warnings to file, default is: $WLOG"
echo " --help : Show this usage"
exit 1
}
diff --git a/smatch_scripts/test_kernel.sh b/smatch_scripts/test_kernel.sh
index 9a2a403f..9d25ce9c 100755
--- a/smatch_scripts/test_kernel.sh
+++ b/smatch_scripts/test_kernel.sh
@@ -11,10 +11,10 @@ function usage {
echo "Usage: $0 [smatch options]"
echo "Compiles the kernel with -j${NR_CPU}"
echo " available options:"
- echo " --endian : enable endianess check"
+ echo " --endian : enable endianness check"
echo " --target {TARGET} : specify build target, default: $TARGET"
echo " --log {FILE} : Output compile log to file, default is:
$LOG"
- echo " --wlog {FILE} : Output warnigs to file, default is: $WLOG"
+ echo " --wlog {FILE} : Output warnings to file, default is: $WLOG"
echo " --help : Show this usage"
exit 1
}
--
2.39.5