From: Chad Rosier Date: Tue, 13 Mar 2012 23:48:50 +0000 (+0000) Subject: Typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cdbfd37d54a9655b4470ff94c9c1b6d9a49e045;p=clang Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152686 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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