diff options
author | Joern Engel <joern@logfs.org> | 2007-10-19 02:39:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:34 -0400 |
commit | 477116e69dc48aaa70cca47668cd4aa82f39e05c (patch) | |
tree | 1bdce7b4b13251a2f2450a5a08befb98061e5249 /scripts/checkstack.pl | |
parent | b293d758470e971253eec42b817bc9ef1213b228 (diff) |
fix a trivial typo in scripts/checkstack.pl
Trivial change in a comment.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Andre Haupt <andre@finow14.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/checkstack.pl')
-rwxr-xr-x | scripts/checkstack.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index b458e2acb4ac..28e480c8100f 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl | |||
@@ -15,7 +15,7 @@ | |||
15 | # AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com> | 15 | # AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com> |
16 | # | 16 | # |
17 | # Usage: | 17 | # Usage: |
18 | # objdump -d vmlinux | stackcheck.pl [arch] | 18 | # objdump -d vmlinux | scripts/checkstack.pl [arch] |
19 | # | 19 | # |
20 | # TODO : Port to all architectures (one regex per arch) | 20 | # TODO : Port to all architectures (one regex per arch) |
21 | 21 | ||