diff options
Diffstat (limited to 'clang/tools/clang-fuzzer')
-rw-r--r-- | clang/tools/clang-fuzzer/ClangFuzzer.cpp | 2 | ||||
-rw-r--r-- | clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp | 2 | ||||
-rw-r--r-- | clang/tools/clang-fuzzer/cxx_proto.proto | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/clang-fuzzer/ClangFuzzer.cpp b/clang/tools/clang-fuzzer/ClangFuzzer.cpp index 2d35fb7735f..f169f58a39b 100644 --- a/clang/tools/clang-fuzzer/ClangFuzzer.cpp +++ b/clang/tools/clang-fuzzer/ClangFuzzer.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. This function is then linked into the Fuzzer library. /// //===----------------------------------------------------------------------===// diff --git a/clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp b/clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp index ab734e85b85..53249cafbe8 100644 --- a/clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp +++ b/clang/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. /// diff --git a/clang/tools/clang-fuzzer/cxx_proto.proto b/clang/tools/clang-fuzzer/cxx_proto.proto index 714a29861e6..499101fc0fb 100644 --- a/clang/tools/clang-fuzzer/cxx_proto.proto +++ b/clang/tools/clang-fuzzer/cxx_proto.proto @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file describes a subset of C++ as a protobuf. It is used to +/// This file describes a subset of C++ as a protobuf. It is used to /// more easily find interesting inputs for fuzzing Clang. /// //===----------------------------------------------------------------------===// |