From: Emmett Neyman Date: Thu, 21 Jun 2018 22:08:20 +0000 (+0000) Subject: Test commit, made a minor change to a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa8ac3e9e950d0e7b9419df7040c84da6e2504d;p=clang 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 --- 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. /// //===----------------------------------------------------------------------===//