diff options
Diffstat (limited to 'tools/clang-format/fuzzer/ClangFormatFuzzer.cpp')
-rw-r--r-- | tools/clang-format/fuzzer/ClangFormatFuzzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp b/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp index d440a6124b67..0c9ae848d59b 100644 --- a/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp +++ b/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. /// //===----------------------------------------------------------------------===// |