summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:58:47 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:58:47 +0000
commit85c529c98807de59540b8fc682a570526b1b2ca0 (patch)
treec079d370829d9b6d62ceb9afde3967fa9a8666c5
parent3170de0eb82d54c907786e11afaed32e0ca86d2a (diff)
downloadbcm5719-llvm-85c529c98807de59540b8fc682a570526b1b2ca0.tar.gz
bcm5719-llvm-85c529c98807de59540b8fc682a570526b1b2ca0.zip
fix trivial typo; NFC
llvm-svn: 306955
-rw-r--r--compiler-rt/test/cfi/sibling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/cfi/sibling.cpp b/compiler-rt/test/cfi/sibling.cpp
index 9f32302ed5e..601359888df 100644
--- a/compiler-rt/test/cfi/sibling.cpp
+++ b/compiler-rt/test/cfi/sibling.cpp
@@ -15,7 +15,7 @@
// RUN: %clangxx -o %t5 %s
// RUN: %t5 2>&1 | FileCheck --check-prefix=NCFI %s
-// Tests that the CFI enforcement distinguishes betwen non-overriding siblings.
+// Tests that the CFI enforcement distinguishes between non-overriding siblings.
// XFAILed as not implemented yet.
#include <stdio.h>
OpenPOWER on IntegriCloud