From: Douglas Gregor Date: Wed, 5 Aug 2009 05:39:53 +0000 (+0000) Subject: Fix a comment that trailed off X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b890f04174d52e41db19b883244abb17a3254ef1;p=clang Fix a comment that trailed off git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/CanonicalType.h b/include/clang/AST/CanonicalType.h index f94f8446ba..186c677411 100644 --- a/include/clang/AST/CanonicalType.h +++ b/include/clang/AST/CanonicalType.h @@ -139,7 +139,7 @@ public: } /// \brief If the canonical type is a reference type, returns the type that - /// it refers to; otherwise, + /// it refers to; otherwise, returns the type itself. CanQual getNonReferenceType() const; /// \brief Retrieve the internal representation of this canonical type.