aboutsummaryrefslogtreecommitdiff
path: root/scripts/performance
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/performance')
-rwxr-xr-xscripts/performance/topN_callgrind.py2
-rwxr-xr-xscripts/performance/topN_perf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/performance/topN_callgrind.py b/scripts/performance/topN_callgrind.py
index 67c5919..f3f05fc 100755
--- a/scripts/performance/topN_callgrind.py
+++ b/scripts/performance/topN_callgrind.py
@@ -4,7 +4,7 @@
# Syntax:
# topN_callgrind.py [-h] [-n] <number of displayed top functions> -- \
# <qemu executable> [<qemu executable options>] \
-# <target executable> [<target execurable options>]
+# <target executable> [<target executable options>]
#
# [-h] - Print the script arguments help message.
# [-n] - Specify the number of top functions to print.
diff --git a/scripts/performance/topN_perf.py b/scripts/performance/topN_perf.py
index 07be195..7b19e6a 100755
--- a/scripts/performance/topN_perf.py
+++ b/scripts/performance/topN_perf.py
@@ -4,7 +4,7 @@
# Syntax:
# topN_perf.py [-h] [-n] <number of displayed top functions> -- \
# <qemu executable> [<qemu executable options>] \
-# <target executable> [<target execurable options>]
+# <target executable> [<target executable options>]
#
# [-h] - Print the script arguments help message.
# [-n] - Specify the number of top functions to print.