]> granicus.if.org Git - clang/commitdiff
Correct typo.
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 7 Sep 2013 20:21:47 +0000 (20:21 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 7 Sep 2013 20:21:47 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190257 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprCXX.cpp

index 78c724023e00b53a7f6e07283da35ac99dc595d2..3da38f794f3d51a09607b0c45b886efefb4cc10b 100644 (file)
@@ -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;