[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:
Tobias Nießen 2022-03-15 17:13:08 -07:00 committed by Vitaly Buka
parent 89cd86bbc5
commit eaafa70017
1 changed files with 1 additions and 1 deletions

View File

@ -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