diff options
author | Emmett Neyman <eneyman@google.com> | 2018-06-21 22:08:20 +0000 |
---|---|---|
committer | Emmett Neyman <eneyman@google.com> | 2018-06-21 22:08:20 +0000 |
commit | 07605cb6eab159cff9817f57626c10ecda5c92d2 (patch) | |
tree | 780521d8e152d6309cf9a5d9a6dad600ff32f610 | |
parent | 3286a6c8965bc48c1fa5a0fd8b546e0e75c16085 (diff) | |
download | bcm5719-llvm-07605cb6eab159cff9817f57626c10ecda5c92d2.tar.gz bcm5719-llvm-07605cb6eab159cff9817f57626c10ecda5c92d2.zip |
Test commit, made a minor change to a comment
llvm-svn: 335299
-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. /// //===----------------------------------------------------------------------===// |