diff options
-rw-r--r-- | clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp b/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp index 69fa31f170f..3640be13faf 100644 --- a/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp +++ b/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp @@ -11,7 +11,7 @@ /// 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. This file differs from -/// ExampleClangProtoFuzzer in that it uses the new protobuf that includes +/// ExampleClangProtoFuzzer in that it uses a different protobuf that includes /// C++ code with a single for loop. /// //===----------------------------------------------------------------------===// |