summaryrefslogtreecommitdiff
path: root/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp')
-rw-r--r--tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp b/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
index ab734e85b8..53249cafbe 100644
--- a/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
+++ b/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief This file implements a function that runs Clang on a single
+/// This file implements a function that runs Clang on a single
/// input and uses libprotobuf-mutator to find new inputs. This function is
/// then linked into the Fuzzer library.
///