From 39e02032b01874a0d02ba85a4cd3922adda81376 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sun, 6 Nov 2011 22:28:03 +0000 Subject: [PATCH] Correcting grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143894 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ASTContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1