diff options
author | David Majnemer <david.majnemer@gmail.com> | 2013-09-07 20:21:47 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2013-09-07 20:21:47 +0000 |
commit | 37c921e354265c833956877d9ad235a50828f61a (patch) | |
tree | ffaa0f3ea24d6cdf47c062b16176d339d21ee2d0 /clang/lib/AST/ExprCXX.cpp | |
parent | ee30f63cc1ea5dcedfc4fa83f4d299c90096f4cb (diff) | |
download | bcm5719-llvm-37c921e354265c833956877d9ad235a50828f61a.tar.gz bcm5719-llvm-37c921e354265c833956877d9ad235a50828f61a.zip |
Correct typo.
llvm-svn: 190257
Diffstat (limited to 'clang/lib/AST/ExprCXX.cpp')
-rw-r--r-- | clang/lib/AST/ExprCXX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/AST/ExprCXX.cpp b/clang/lib/AST/ExprCXX.cpp index 78c724023e0..3da38f794f3 100644 --- a/clang/lib/AST/ExprCXX.cpp +++ b/clang/lib/AST/ExprCXX.cpp @@ -86,8 +86,8 @@ UuidAttr *CXXUuidofExpr::GetUuidAttrOfType(QualType QT, // If the template argument has a UUID, there are three cases: // - This is the first UUID seen for this RecordDecl. - // - This is a different UUID than previously seed for this RecordDecl. - // - This is the same UUID than previously seed for this RecordDecl. + // - This is a different UUID than previously seen for this RecordDecl. + // - This is the same UUID than previously seen for this RecordDecl. if (UuidForTA) { if (!UuidForRD) UuidForRD = UuidForTA; |