From: David Majnemer Date: Sat, 7 Sep 2013 20:21:47 +0000 (+0000) Subject: Correct typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6333bad83e2372ad2191d00f2538ae73927500f6;p=clang Correct typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ExprCXX.cpp b/lib/AST/ExprCXX.cpp index 78c724023e..3da38f794f 100644 --- a/lib/AST/ExprCXX.cpp +++ b/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;