All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: Fix a typo in kernel-chktaint
@ 2021-04-02  7:05 Masanari Iida
  2021-04-02 15:07 ` Randy Dunlap
  2021-04-08 17:41 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2021-04-02  7:05 UTC (permalink / raw)
  To: linux-kernel, corbet, rdunlap; +Cc: Masanari Iida

This patch fixes a spelling typo in kernel-chktaint

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/debugging/kernel-chktaint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/debugging/kernel-chktaint b/tools/debugging/kernel-chktaint
index 607b2b280945..719f18b1edf0 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
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-08 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  7:05 [PATCH] tools: Fix a typo in kernel-chktaint Masanari Iida
2021-04-02 15:07 ` Randy Dunlap
2021-04-08 17:41 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.