Skip to content

Commit

Permalink
tools: Fix a typo in kernel-chktaint
Browse files Browse the repository at this point in the history
This patch fixes a spelling typo in kernel-chktaint

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210402070514.336376-1-standby24x7@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
standby24x7 authored and Jonathan Corbet committed Apr 8, 2021
1 parent 269dd42 commit 84de815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/debugging/kernel-chktaint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84de815

Please sign in to comment.