diff options
-rw-r--r-- | lib/AST/ASTContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index 896a80a90f..a3a559fc4a 100644 --- a/lib/AST/ASTContext.cpp +++ b/lib/AST/ASTContext.cpp @@ -2885,7 +2885,7 @@ static QualType getDecltypeForExpr(const Expr *e, const ASTContext &Context) { /// DecltypeType AST's. The only motivation to unique these nodes would be /// memory savings. Since decltype(t) is fairly uncommon, space shouldn't be /// an issue. This doesn't effect the type checker, since it operates -/// on canonical type's (which are always unique). +/// on canonical types (which are always unique). QualType ASTContext::getDecltypeType(Expr *e) const { DecltypeType *dt; |