aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-09 00:00:15 +0000
committerChris Lattner <sabre@nondot.org>2008-01-09 00:00:15 +0000
commit3830f68e9e461a1b812b70f93103f8fb4ccb8c40 (patch)
treeaf3869d5a460938a8637457aec365e90f31bf7fb
parent33b9c4e4c6f1b055d94c8b57cd16883125701ac7 (diff)
Fix a typo, patch by Mike Stump!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45763 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Type.h2
1 files changed, 1 insertions, 1 deletions
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;