[compiler-rt] r306955 - fix trivial typo; NFC
Hiroshi Inoue via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 1 01:58:47 PDT 2017
Author: inouehrs
Date: Sat Jul 1 01:58:47 2017
New Revision: 306955
URL: http://llvm.org/viewvc/llvm-project?rev=306955&view=rev
Log:
fix trivial typo; NFC
Modified:
compiler-rt/trunk/test/cfi/sibling.cpp
Modified: compiler-rt/trunk/test/cfi/sibling.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/sibling.cpp?rev=306955&r1=306954&r2=306955&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/sibling.cpp (original)
+++ compiler-rt/trunk/test/cfi/sibling.cpp Sat Jul 1 01:58:47 2017
@@ -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>
More information about the llvm-commits
mailing list