From: Masanari Iida Date: Fri, 2 Apr 2021 07:05:14 +0000 (+0900) Subject: tools: Fix a typo in kernel-chktaint X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84de8154c516b821bd60493b90d4782c5a4905ab;p=linux.git tools: Fix a typo in kernel-chktaint This patch fixes a spelling typo in kernel-chktaint Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Link: https://lore.kernel.org/r/20210402070514.336376-1-standby24x7@gmail.com Signed-off-by: Jonathan Corbet --- diff --git a/tools/debugging/kernel-chktaint b/tools/debugging/kernel-chktaint index 607b2b280945b..719f18b1edf0d 100755 --- a/tools/debugging/kernel-chktaint +++ b/tools/debugging/kernel-chktaint @@ -25,7 +25,7 @@ if [ "$1"x != "x" ]; then elif [ $1 -ge 0 ] 2>/dev/null ; then taint=$1 else - echo "Error: Parameter '$1' not a positive interger. Aborting." >&2 + echo "Error: Parameter '$1' not a positive integer. Aborting." >&2 exit 1 fi else