Author: mcrosier
Date: Tue Mar 13 18:48:50 2012
New Revision: 152686

URL: http://llvm.org/viewvc/llvm-project?rev=152686&view=rev
Log:
Typo.

Modified:
    cfe/trunk/test/Driver/altivec.cpp

Modified: cfe/trunk/test/Driver/altivec.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/altivec.cpp?rev=152686&r1=152685&r2=152686&view=diff
==============================================================================
--- cfe/trunk/test/Driver/altivec.cpp (original)
+++ cfe/trunk/test/Driver/altivec.cpp Tue Mar 13 18:48:50 2012
@@ -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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to