forked from OSchip/llvm-project
[libfuzzer] improve introductory sentence
This merely adds a missing "an" in the introductory sentence. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D121760
This commit is contained in:
parent
89cd86bbc5
commit
eaafa70017
|
@ -8,7 +8,7 @@ libFuzzer – a library for coverage-guided fuzz testing.
|
|||
Introduction
|
||||
============
|
||||
|
||||
LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine.
|
||||
LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine.
|
||||
|
||||
LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the
|
||||
library via a specific fuzzing entrypoint (aka "target function"); the fuzzer
|
||||
|
|
Loading…
Reference in New Issue