Skip to content

Commit 477116e

Browse files
Joern EngelLinus Torvalds
authored andcommitted
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>
1 parent b293d75 commit 477116e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkstack.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com>
1616
#
1717
# Usage:
18-
# objdump -d vmlinux | stackcheck.pl [arch]
18+
# objdump -d vmlinux | scripts/checkstack.pl [arch]
1919
#
2020
# TODO : Port to all architectures (one regex per arch)
2121

0 commit comments

Comments
 (0)