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: upstream/snapshot3+hdmi~29580 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=477116e69dc48aaa70cca47668cd4aa82f39e05c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 b458e2a..28e480c 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)