summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-18 08:50:48 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-18 08:50:48 +0000
commitfd16798b1f5d6b0af7c8f2ceb15cf28ca1ee612e (patch)
tree34e6cf75e602d1b3433514e8d2822dac6db509bb
parent05898da9cbc7358698f8da1a93cf6a79ca2dfeae (diff)
downloadbcm5719-llvm-fd16798b1f5d6b0af7c8f2ceb15cf28ca1ee612e.tar.gz
bcm5719-llvm-fd16798b1f5d6b0af7c8f2ceb15cf28ca1ee612e.zip
Fix a comment.
llvm-svn: 76299
-rw-r--r--clang/include/clang/AST/DeclBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/DeclBase.h b/clang/include/clang/AST/DeclBase.h
index 4c190f134ae..dc34c420345 100644
--- a/clang/include/clang/AST/DeclBase.h
+++ b/clang/include/clang/AST/DeclBase.h
@@ -318,7 +318,7 @@ public:
return const_cast<Decl*>(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:
OpenPOWER on IntegriCloud