Correcting grammar.

llvm-svn: 143894
This commit is contained in:
David Blaikie 2011-11-06 22:28:03 +00:00
parent 20baffb257
commit 876657b9c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;