From: Chris Lattner Date: Wed, 9 Jan 2008 00:00:15 +0000 (+0000) Subject: Fix a typo, patch by Mike Stump! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3830f68e9e461a1b812b70f93103f8fb4ccb8c40;p=clang Fix a typo, patch by Mike Stump! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45763 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index eba5172687..24440f76aa 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -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;