summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprCXX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/ExprCXX.cpp')
-rw-r--r--clang/lib/AST/ExprCXX.cpp4
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;
OpenPOWER on IntegriCloud