This merely adds a missing "an" in the introductory sentence.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D121760
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