summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-04-27 16:43:46 -0700
committerHeejin Ahn <aheejin@gmail.com>2019-04-27 16:43:46 -0700
commit83ce0d595a8b029f80bcea3a413f43c02fb1174d (patch)
treeec9d3388fcb167a258470f4cbf12170a009384f3
parentf32eb725333dc842396bbf674fb28b59c1884907 (diff)
downloadbinaryen-83ce0d595a8b029f80bcea3a413f43c02fb1174d.tar.gz
binaryen-83ce0d595a8b029f80bcea3a413f43c02fb1174d.tar.bz2
binaryen-83ce0d595a8b029f80bcea3a413f43c02fb1174d.zip
Typo fix
-rwxr-xr-xclang-tidy-diff.sh2
1 files changed, 1 insertions, 1 deletions
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