From f44902aaaeb8f60060c2f852b66962eca1df6b99 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 1 Jun 2017 18:53:57 +0200 Subject: Fix two comments One out-of-date and the other with a typo. --- tests/canonical-benchmarks.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3