[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190117215836.26137-2-rep.dot.nop@gmail.com>
Date: Thu, 17 Jan 2019 22:58:36 +0100
From: Bernhard Reutner-Fischer <rep.dot.nop@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Bernhard Reutner-Fischer <rep.dot.nop@...il.com>
Subject: [PATCH 2/2] checkstack.pl: Commentary typo fix
s/redution/reduction/
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@...il.com>
---
scripts/checkstack.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index 8946fc99ad83..82ea54ac159c 100755
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -31,7 +31,7 @@ use strict;
# $& (whole re) matches the complete objdump line with the stack growth
# $1 (first bracket) matches the size of the stack growth
#
-# $dre is similar, but for dynamic stack redutions:
+# $dre is similar, but for dynamic stack reductions:
# $& (whole re) matches the complete objdump line with the stack growth
# $1 (first bracket) matches the dynamic amount of the stack growth
#
--
2.20.1
Powered by blists - more mailing lists