diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-11-16 00:32:16 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-11-16 00:32:16 +0000 |
| commit | 4348a800caf5764e09e9699d3db9b9945ec4da3c (patch) | |
| tree | 4f10ea20ce225f55cbc09c2ede7f1cf4413747fc /clang/lib | |
| parent | 59f9dec8cde8918137dd2ddd51db7200888caf92 (diff) | |
| download | bcm5719-llvm-4348a800caf5764e09e9699d3db9b9945ec4da3c.tar.gz bcm5719-llvm-4348a800caf5764e09e9699d3db9b9945ec4da3c.zip | |
Fix a comment typo.
llvm-svn: 119298
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index cb99a9f8928..b244ae1481e 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -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(); |

