[llvm] faea104 - Fix a typo in the docs; NFC

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 11:22:37 PDT 2022


Author: Aaron Ballman
Date: 2022-10-10T14:22:25-04:00
New Revision: faea104ef17b00d320017d2cd0d10a89277dc48a

URL: https://github.com/llvm/llvm-project/commit/faea104ef17b00d320017d2cd0d10a89277dc48a
DIFF: https://github.com/llvm/llvm-project/commit/faea104ef17b00d320017d2cd0d10a89277dc48a.diff

LOG: Fix a typo in the docs; NFC

sence -> sense

Also re-flowed to the usual 80-col limit and added a comma.

Added: 
    

Modified: 
    llvm/docs/LibFuzzer.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 64c62c49f649f..9e34530e7e3e7 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/docs/LibFuzzer.rst
@@ -23,10 +23,10 @@ Contact: libfuzzer(#)googlegroups.com
 Status
 ======
 
-The original authors of libFuzzer have stopped active work on it
-and switched to working on another fuzzing engine, Centipede_.
-LibFuzzer is still fully supported in a sence that important bugs will get fixed.
-However please do not expect major new features or code reviews, other than for bug fixes.
+The original authors of libFuzzer have stopped active work on it and switched
+to working on another fuzzing engine, Centipede_. LibFuzzer is still fully
+supported in that important bugs will get fixed. However, please do not expect
+major new features or code reviews, other than for bug fixes.
 
 Versions
 ========


        


More information about the llvm-commits mailing list