diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 0341e8ea592a..d4374602e7c1 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -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