From 038df2c5a47b7113c6fb169900be97cd8af97ab3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 20 Dec 2019 14:26:51 -0800 Subject: [PATCH] Fix a typo in a comment. --- tests/testcase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testcase.sh b/tests/testcase.sh index 61622d6..eee2b85 100755 --- a/tests/testcase.sh +++ b/tests/testcase.sh @@ -4,7 +4,7 @@ set -ueo pipefail # A simple testcase runner that runs a command, captures all its command-line # outputs, and compares them against expected outputs. -# Command-line parsing; this script is meant to be run from a # higher-level +# Command-line parsing; this script is meant to be run from a higher-level # script, so don't do anything fancy. runwasi="$1" clang="$2"