From 83ce0d595a8b029f80bcea3a413f43c02fb1174d Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sat, 27 Apr 2019 16:43:46 -0700 Subject: Typo fix --- clang-tidy-diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tidy-diff.sh') diff --git a/clang-tidy-diff.sh b/clang-tidy-diff.sh index 4d62d95c6..b6db60947 100755 --- a/clang-tidy-diff.sh +++ b/clang-tidy-diff.sh @@ -1,7 +1,7 @@ #!/bin/bash # In settings in which build directory is different than binaryen/, we don't -# don't have this file in binaryen/, so we skip the test. +# have this file in binaryen/, so we skip the test. if [ ! -f compile_commands.json ] exit 0 fi -- cgit v1.2.3