aboutsummaryrefslogtreecommitdiff
path: root/scripts/performance/topN_callgrind.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/performance/topN_callgrind.py')
-rwxr-xr-xscripts/performance/topN_callgrind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/performance/topN_callgrind.py b/scripts/performance/topN_callgrind.py
index 67c59197af..f3f05fce55 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.