From: Richard Smith Date: Thu, 17 Apr 2014 20:39:09 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f5b8732a3dc209ced1510c8d617472239ded85d;p=clang Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index f64ef8b552..46774e0cf1 100644 --- a/include/clang/AST/DeclCXX.h +++ b/include/clang/AST/DeclCXX.h @@ -405,7 +405,7 @@ class CXXRecordDecl : public RecordDecl { /// \brief True if this class has a constexpr default constructor. /// /// This is true for either a user-declared constexpr default constructor - /// or an implicitly declared constexpr default constructor.. + /// or an implicitly declared constexpr default constructor. bool HasConstexprDefaultConstructor : 1; /// \brief True when this class contains at least one non-static data