aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-11-06 22:28:03 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-11-06 22:28:03 +0000
commit39e02032b01874a0d02ba85a4cd3922adda81376 (patch)
tree97ca7063b3f0e13fa78e8b20852b2b1bd82a5123 /lib/AST/ASTContext.cpp
parent90c7892b699c5405a81bcc339432ba2f4b50e0d6 (diff)
Correcting grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r--lib/AST/ASTContext.cpp2
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;