diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-03-13 23:48:50 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-03-13 23:48:50 +0000 |
commit | 1cdbfd37d54a9655b4470ff94c9c1b6d9a49e045 (patch) | |
tree | 01ce39bb415155fcb07d00c6e6b94f0b3c9f1106 | |
parent | 9648a9ee3b4047d319b9ec5e3fd84ed5fe04235c (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152686 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/altivec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/altivec.cpp b/test/Driver/altivec.cpp index 408c52d5b7..cad198210a 100644 --- a/test/Driver/altivec.cpp +++ b/test/Driver/altivec.cpp @@ -1,4 +1,4 @@ -// Check that we error when -faltivec is specified on a non-ppc platforms. +// Check that we error when -faltivec is specified on non-ppc platforms. // RUN: %clang -arch ppc -faltivec -fsyntax-only %s // RUN: %clang -arch ppc64 -faltivec -fsyntax-only %s |