From 2ef0abbae4a0ada243035b281fddca96cc981535 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 12 May 2020 20:02:11 -0700 Subject: [PATCH] . --- tests/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run.sh b/tests/run.sh index c55139c..8d5a993 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -5,8 +5,8 @@ set -ueo pipefail # or "run.sh " where is a WASI-capable runtime to run the # tests in full compile and execute mode. # -# By default this scripte will look for `clang` and `clang++` in $PATH and -# assume that is it correctly configured with the sysroot in the default +# By default this script will look for `clang` and `clang++` in $PATH and +# assume that they are correctly configured with the sysroot in the default # location. Alternatively, exporting $CC and $CXX allow more flexibility. e.g: # # export CXX="/bin/clang++ --sysroot /share/wasi-sysroot"