This commit is contained in:
Alex Groce 2018-12-08 00:48:14 -07:00 committed by GitHub
parent f2ba6462ce
commit c9a4d676e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ DeepState consists of a static library, used to write test harnesses, and comman
If you install clang 6.0 or later, and run `cmake` when you install
with the `BUILD_LIBFUZZER` environment variable defined, you can
generate tests using LlibFuzzer. Because both DeepState and libFuzzer
generate tests using libFuzzer. Because both DeepState and libFuzzer
want to be `main`, this requires building a different executable for
libFuzzer. The `examples` directory shows how this can be done. The
libFuzzer executable works like any other libFuzzer executable, and