r335299 - Test commit, made a minor change to a comment

Emmett Neyman via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 21 15:08:20 PDT 2018


Author: emmettneyman
Date: Thu Jun 21 15:08:20 2018
New Revision: 335299

URL: http://llvm.org/viewvc/llvm-project?rev=335299&view=rev
Log:
Test commit, made a minor change to a comment

Modified:
    cfe/trunk/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp

Modified: cfe/trunk/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp?rev=335299&r1=335298&r2=335299&view=diff
==============================================================================
--- cfe/trunk/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp (original)
+++ cfe/trunk/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp Thu Jun 21 15:08:20 2018
@@ -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.
 ///
 //===----------------------------------------------------------------------===//




More information about the cfe-commits mailing list