]> granicus.if.org Git - llvm/commitdiff
fix typo in document; NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Wed, 12 Jul 2017 12:16:22 +0000 (12:16 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Wed, 12 Jul 2017 12:16:22 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307775 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index 5acfa04ce1f45b4c8722c01963fd88fbe514bd6f..0f0b0e2e6fbd2915d96b868f8052822f86c37478 100644 (file)
@@ -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++