Fix a typo, patch by Mike Stump!

llvm-svn: 45763
This commit is contained in:
Chris Lattner 2008-01-09 00:00:15 +00:00
parent 51b01bf8a5
commit 82bebb2432
1 changed files with 1 additions and 1 deletions

View 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;