diff options
| author | Joern Engel <[email protected]> | 2007-10-19 06:39:18 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-10-19 18:53:34 +0000 |
| commit | 477116e69dc48aaa70cca47668cd4aa82f39e05c (patch) | |
| tree | 1bdce7b4b13251a2f2450a5a08befb98061e5249 | |
| parent | Console events and accessibility (diff) | |
| download | kernel-477116e69dc48aaa70cca47668cd4aa82f39e05c.tar.gz kernel-477116e69dc48aaa70cca47668cd4aa82f39e05c.zip | |
fix a trivial typo in scripts/checkstack.pl
Trivial change in a comment.
Signed-off-by: Joern Engel <[email protected]>
Signed-off-by: Andre Haupt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -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 @@ # AVR32 port by Haavard Skinnemoen <[email protected]> # # Usage: -# objdump -d vmlinux | stackcheck.pl [arch] +# objdump -d vmlinux | scripts/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch) |
