diff options
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 c3b42f9..d716b76 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -16,7 +16,7 @@ # PARISC port by Kyle McMartin <kyle@parisc-linux.org> # # Usage: -# objdump -d vmlinux | stackcheck.pl [arch] +# objdump -d vmlinux | scripts/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch) |