summaryrefslogtreecommitdiffstats
path: root/tools/clang-fuzzer
diff options
context:
space:
mode:
authorEmmett Neyman <eneyman@google.com>2018-06-21 22:08:20 +0000
committerEmmett Neyman <eneyman@google.com>2018-06-21 22:08:20 +0000
commit8fa8ac3e9e950d0e7b9419df7040c84da6e2504d (patch)
tree0cef93ceeaf3a0b3d8c107ce9f49a5fdf6135c41 /tools/clang-fuzzer
parentbe7bb4eaa531e9f0794e11da7b52606c73953d6c (diff)
Test commit, made a minor change to a comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-fuzzer')
-rw-r--r--tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp b/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp
index 69fa31f170..3640be13fa 100644
--- a/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp
+++ b/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.
///
//===----------------------------------------------------------------------===//