From: Joern Engel Date: Fri, 19 Oct 2007 06:39:18 +0000 (-0700) Subject: fix a trivial typo in scripts/checkstack.pl X-Git-Tag: v2.6.24-rc1~276 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477116e69dc48aaa70cca47668cd4aa82f39e05c;p=linux-2.6 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 --- diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index b458e2acb4..28e480c810 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)