aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzharuddin Mohammed <azhar@apple.com>2019-07-17 07:41:13 +0000
committerAzharuddin Mohammed <azhar@apple.com>2019-07-17 07:41:13 +0000
commit2bc1d6dbbd114872fd67238d08c81dc6bb216f7a (patch)
tree0d3f274145d3376a21a551140f391c8fc254288a
parentf4fc725be31c6e5ac414d6a8cde7902e82dee9c3 (diff)
Fix typo
Buiilds -> Builds git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@366296 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/jenkins/test_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jenkins/test_build.py b/test/jenkins/test_build.py
index 8f1e6219..15fad633 100644
--- a/test/jenkins/test_build.py
+++ b/test/jenkins/test_build.py
@@ -55,7 +55,7 @@
# CHECK-SIMPLE: cd
# CHECK-SIMPLE: 'env' 'MALLOC_LOG_FILE=/dev/null' '/usr/local/bin/ninja' '-v' '-k' '0' 'check-all'
-# Now Check Assertion Buiilds have --enable assertions
+# Now Check Assertion Builds have --enable assertions
# RUN: python %{src_root}/zorg/jenkins/build.py clang all --assertions > %t-assert.log
# RUN: FileCheck --check-prefix CHECK-ASSERT < %t-assert.log %s