[PATCH] D121760: [libfuzzer] improve introductory sentence
Tobias Nießen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 17:02:20 PDT 2022
tniessen created this revision.
Herald added a project: All.
tniessen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This merely adds a missing "an" in the introductory sentence.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121760
Files:
llvm/docs/LibFuzzer.rst
Index: llvm/docs/LibFuzzer.rst
===================================================================
--- llvm/docs/LibFuzzer.rst
+++ llvm/docs/LibFuzzer.rst
@@ -8,7 +8,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121760.415639.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/9d12045d/attachment.bin>
More information about the llvm-commits
mailing list