From 2b4e72ee27d4d8e17c1af092a91b4bb5aa7c37c0 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Wed, 12 Jul 2017 12:16:22 +0000 Subject: [PATCH] fix typo in document; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307775 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 5acfa04ce1f..0f0b0e2e6fb 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -587,7 +587,7 @@ The simplest way is to have a statically initialized global object inside Alternatively, you may define an optional init function and it will receive the program arguments that you can read and modify. Do this **only** if you -realy need to access ``argv``/``argc``. +really need to access ``argv``/``argc``. .. code-block:: c++ -- 2.50.0