summaryrefslogtreecommitdiff
path: root/tests/canonical-benchmarks.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canonical-benchmarks.bash')
-rwxr-xr-xtests/canonical-benchmarks.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash
index 8472c9a..e8a9b3b 100755
--- a/tests/canonical-benchmarks.bash
+++ b/tests/canonical-benchmarks.bash
@@ -24,7 +24,7 @@ cd "$1"
# Execute command, discard all stdout output, print elapsed time
# (to stderr, unfortunately).
function etime {
- # Make the bash builtin "time" print out only the elapse wall clock
+ # Make the bash builtin "time" print out only the elapsed wall clock
# seconds
TIMEFORMAT=%R
time "$@" > /dev/null