diff --git a/clang/include/clang/AST/Type.h b/clang/include/clang/AST/Type.h index eba517268726..24440f76aaa2 100644 --- a/clang/include/clang/AST/Type.h +++ b/clang/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;