summaryrefslogtreecommitdiffstats
path: root/clang/lib
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
commit876657b9c8ca0677de7a905f4a6b18737efeac34 (patch)
treefded693323bd7a4a7647a664f3ebf09adfa71db3 /clang/lib
parent20baffb257b60e686024d4cfc1fceca836899d4b (diff)
downloadbcm5719-llvm-876657b9c8ca0677de7a905f4a6b18737efeac34.tar.gz
bcm5719-llvm-876657b9c8ca0677de7a905f4a6b18737efeac34.zip
Correcting grammar.
llvm-svn: 143894
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/AST/ASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index 896a80a90f9..a3a559fc4a6 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud