From 64144bbc4e47e450d2468c9358eff7f64dc13fcc Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 2 Sep 2021 14:25:53 +0800 Subject: [PATCH] tools/checkstack.pl: Correct the usage comment Signed-off-by: Xiang Xiao Change-Id: I08221d9175647d9081338e9b031e10e3500b8e32 --- tools/checkstack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkstack.pl b/tools/checkstack.pl index 24d6d422e1b..0afb7185ecf 100755 --- a/tools/checkstack.pl +++ b/tools/checkstack.pl @@ -18,7 +18,7 @@ # ppc64le port by Breno Leitao # # Usage: -# objdump -d vmlinux | scripts/checkstack.pl [arch] +# objdump -d nuttx | tools/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch)