]> granicus.if.org Git - clang/commitdiff
Correcting grammar.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Nov 2011 22:28:03 +0000 (22:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Nov 2011 22:28:03 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index 896a80a90f9c6ca46d8c698bfe650feb80ca0110..a3a559fc4a6713675077c89d1b48b2705c6047ba 100644 (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;