diff --git a/lib/AST/ExprCXX.cpp b/lib/AST/ExprCXX.cpp index 78c724023e00b53a7f6e07283da35ac99dc595d2..3da38f794f3d51a09607b0c45b886efefb4cc10b 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;