]> granicus.if.org Git - clang/commitdiff
Fix a comment that trailed off
authorDouglas Gregor <dgregor@apple.com>
Wed, 5 Aug 2009 05:39:53 +0000 (05:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 5 Aug 2009 05:39:53 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78167 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/CanonicalType.h

index f94f8446ba9e3b1ef343b772933635188be27bc6..186c677411ad901cf01a24278794535557f995bd 100644 (file)
@@ -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<Type> getNonReferenceType() const;
   
   /// \brief Retrieve the internal representation of this canonical type.