From eaafa7001723e1567b55cea1715c1acb12f292ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 15 Mar 2022 17:13:08 -0700 Subject: [PATCH] [libfuzzer] improve introductory sentence This merely adds a missing "an" in the introductory sentence. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D121760 --- llvm/docs/LibFuzzer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 0341e8e..d437460 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 -- 2.7.4