diff options
Diffstat (limited to 'clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp')
-rw-r--r-- | clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp b/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp index d440a6124b6..0c9ae848d59 100644 --- a/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp +++ b/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file implements a function that runs Clang format on a single +/// This file implements a function that runs Clang format on a single /// input. This function is then linked into the Fuzzer library. /// //===----------------------------------------------------------------------===// |