[cfe-commits] r119298 - /cfe/trunk/lib/Sema/SemaType.cpp

Bob Wilson bob.wilson at apple.com
Mon Nov 15 16:32:16 PST 2010


Author: bwilson
Date: Mon Nov 15 18:32:16 2010
New Revision: 119298

URL: http://llvm.org/viewvc/llvm-project?rev=119298&view=rev
Log:
Fix a comment typo.

Modified:
    cfe/trunk/lib/Sema/SemaType.cpp

Modified: cfe/trunk/lib/Sema/SemaType.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaType.cpp?rev=119298&r1=119297&r2=119298&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaType.cpp (original)
+++ cfe/trunk/lib/Sema/SemaType.cpp Mon Nov 15 18:32:16 2010
@@ -2002,7 +2002,7 @@
 /// this routine will return a new vector type.
 static void HandleVectorSizeAttr(QualType& CurType, const AttributeList &Attr,
                                  Sema &S) {
-  // Check the attribute arugments.
+  // Check the attribute arguments.
   if (Attr.getNumArgs() != 1) {
     S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << 1;
     Attr.setInvalid();





More information about the cfe-commits mailing list