aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Driver/altivec.cpp2
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