From 477116e69dc48aaa70cca47668cd4aa82f39e05c Mon Sep 17 00:00:00 2001 From: Joern Engel Date: Thu, 18 Oct 2007 23:39:18 -0700 Subject: fix a trivial typo in scripts/checkstack.pl Trivial change in a comment. Signed-off-by: Joern Engel Signed-off-by: Andre Haupt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- scripts/checkstack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/checkstack.pl') diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index b458e2acb4a..28e480c8100 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -15,7 +15,7 @@ # AVR32 port by Haavard Skinnemoen # # Usage: -# objdump -d vmlinux | stackcheck.pl [arch] +# objdump -d vmlinux | scripts/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch) -- cgit v1.2.3