]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 20:39:09 +0000 (20:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 20:39:09 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206494 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclCXX.h

index f64ef8b552378f57e7a63802c6e2c793272e54e9..46774e0cf1c9c8765f8975ba5d75910c54672190 100644 (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