]> granicus.if.org Git - clang/commitdiff
Fix a typo, patch by Mike Stump!
authorChris Lattner <sabre@nondot.org>
Wed, 9 Jan 2008 00:00:15 +0000 (00:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Jan 2008 00:00:15 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45763 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index eba5172687268e9e82f38312603820a49a3cdf65..24440f76aaa2626d1c0013a01e1e1520f47a27a6 100644 (file)
@@ -319,7 +319,7 @@ public:
   /// 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;