]> granicus.if.org Git - clang/commitdiff
Test commit, made a minor change to a comment
authorEmmett Neyman <eneyman@google.com>
Thu, 21 Jun 2018 22:08:20 +0000 (22:08 +0000)
committerEmmett Neyman <eneyman@google.com>
Thu, 21 Jun 2018 22:08:20 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335299 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp

index 69fa31f170ff564e0d1a57f25a700ec4d8925335..3640be13fafd1be29fb956fbd431553283025cbc 100644 (file)
@@ -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.
 ///
 //===----------------------------------------------------------------------===//