[cfe-commits] r78167 - /cfe/trunk/include/clang/AST/CanonicalType.h
Douglas Gregor
dgregor at apple.com
Tue Aug 4 22:39:54 PDT 2009
Author: dgregor
Date: Wed Aug 5 00:39:53 2009
New Revision: 78167
URL: http://llvm.org/viewvc/llvm-project?rev=78167&view=rev
Log:
Fix a comment that trailed off
Modified:
cfe/trunk/include/clang/AST/CanonicalType.h
Modified: cfe/trunk/include/clang/AST/CanonicalType.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CanonicalType.h?rev=78167&r1=78166&r2=78167&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CanonicalType.h (original)
+++ cfe/trunk/include/clang/AST/CanonicalType.h Wed Aug 5 00:39:53 2009
@@ -139,7 +139,7 @@
}
/// \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.
More information about the cfe-commits
mailing list