[cfe-commits] r143894 - /cfe/trunk/lib/AST/ASTContext.cpp

David Blaikie dblaikie at gmail.com
Sun Nov 6 14:28:03 PST 2011


Author: dblaikie
Date: Sun Nov  6 16:28:03 2011
New Revision: 143894

URL: http://llvm.org/viewvc/llvm-project?rev=143894&view=rev
Log:
Correcting grammar.

Modified:
    cfe/trunk/lib/AST/ASTContext.cpp

Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=143894&r1=143893&r2=143894&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Sun Nov  6 16:28:03 2011
@@ -2885,7 +2885,7 @@
 /// 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;
   





More information about the cfe-commits mailing list