diff options
Diffstat (limited to 'clang/lib/Format/NamespaceEndCommentsFixer.h')
-rw-r--r-- | clang/lib/Format/NamespaceEndCommentsFixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/NamespaceEndCommentsFixer.h b/clang/lib/Format/NamespaceEndCommentsFixer.h index adfe38943c8..07a1c7bb0c3 100644 --- a/clang/lib/Format/NamespaceEndCommentsFixer.h +++ b/clang/lib/Format/NamespaceEndCommentsFixer.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file declares NamespaceEndCommentsFixer, a TokenAnalyzer that +/// This file declares NamespaceEndCommentsFixer, a TokenAnalyzer that /// fixes namespace end comments. /// //===----------------------------------------------------------------------===// |