[llvm] eaafa70 - [libfuzzer] improve introductory sentence
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 17:19:30 PDT 2022
Author: Tobias Nießen
Date: 2022-03-15T17:19:20-07:00
New Revision: eaafa7001723e1567b55cea1715c1acb12f292ee
URL: https://github.com/llvm/llvm-project/commit/eaafa7001723e1567b55cea1715c1acb12f292ee
DIFF: https://github.com/llvm/llvm-project/commit/eaafa7001723e1567b55cea1715c1acb12f292ee.diff
LOG: [libfuzzer] improve introductory sentence
This merely adds a missing "an" in the introductory sentence.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D121760
Added:
Modified:
llvm/docs/LibFuzzer.rst
Removed:
################################################################################
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 0341e8ea592aa..d4374602e7c1a 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
More information about the llvm-commits
mailing list