Fix comment.

llvm-svn: 206494
This commit is contained in:
Richard Smith 2014-04-17 20:39:09 +00:00
parent b45a6f72b6
commit 4b600d3f0b
1 changed files with 1 additions and 1 deletions

View File

@ -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