]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 08:50:48 +0000 (08:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 08:50:48 +0000 (08:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76299 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index 4c190f134aeb0731bcbb24572644cc2e4244a5c5..dc34c4203456daf44c4e829600a0e96d576b724a 100644 (file)
@@ -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: