From: Argyrios Kyrtzidis Date: Sat, 18 Jul 2009 08:50:48 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac4e3794c60fc194fb2bd9764aa81d4cae530ecc;p=clang Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 4c190f134a..dc34c42034 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -318,7 +318,7 @@ public: return const_cast(this)->getCanonicalDecl(); } - /// \brief Whether this particular Decl is a primary one. + /// \brief Whether this particular Decl is a canonical one. bool isCanonicalDecl() const { return getCanonicalDecl() == this; } protected: