]> granicus.if.org Git - clang/commitdiff
Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:16 +0000 (00:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:16 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119298 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index cb99a9f8928d7e2a897ee0479393cf90b5fb80d1..b244ae1481e07918b3c9c70b17dc91ea102ccead 100644 (file)
@@ -2002,7 +2002,7 @@ bool ProcessFnAttr(Sema &S, QualType &Type, const AttributeList &Attr) {
 /// 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();