r190257 - Correct typo.

David Majnemer david.majnemer at gmail.com
Sat Sep 7 13:21:47 PDT 2013


Author: majnemer
Date: Sat Sep  7 15:21:47 2013
New Revision: 190257

URL: http://llvm.org/viewvc/llvm-project?rev=190257&view=rev
Log:
Correct typo.

Modified:
    cfe/trunk/lib/AST/ExprCXX.cpp

Modified: cfe/trunk/lib/AST/ExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprCXX.cpp?rev=190257&r1=190256&r2=190257&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprCXX.cpp (original)
+++ cfe/trunk/lib/AST/ExprCXX.cpp Sat Sep  7 15:21:47 2013
@@ -86,8 +86,8 @@ UuidAttr *CXXUuidofExpr::GetUuidAttrOfTy
 
       // 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;





More information about the cfe-commits mailing list