Doing diffs in include/clang/AST/Type.h.~1~:
--- include/clang/AST/Type.h.~1~	2008-01-02 14:25:05.000000000 -0800
+++ include/clang/AST/Type.h	2008-01-02 14:26:22.000000000 -0800
@@ -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;
   
--------------
