From: David Blaikie Date: Sun, 6 Nov 2011 22:28:03 +0000 (+0000) Subject: Correcting grammar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e02032b01874a0d02ba85a4cd3922adda81376;p=clang Correcting grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143894 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;