[cfe-commits] r45763 - /cfe/trunk/include/clang/AST/Type.h
Chris Lattner
sabre at nondot.org
Tue Jan 8 16:00:16 PST 2008
Author: lattner
Date: Tue Jan 8 18:00:15 2008
New Revision: 45763
URL: http://llvm.org/viewvc/llvm-project?rev=45763&view=rev
Log:
Fix a typo, patch by Mike Stump!
Modified:
cfe/trunk/include/clang/AST/Type.h
Modified: cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=45763&r1=45762&r2=45763&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Tue Jan 8 18:00:15 2008
@@ -319,7 +319,7 @@
/// type type. This takes off typedefs, typeof's etc. If the outer level of
/// the type is already concrete, it returns it unmodified. This is similar
/// to getting the canonical type, but it doesn't remove *all* typedefs. For
- /// example, it return "T*" as "T*", (not as "int*"), because the pointer is
+ /// example, it returns "T*" as "T*", (not as "int*"), because the pointer is
/// concrete.
const Type *getDesugaredType() const;
More information about the cfe-commits
mailing list