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)
llvm-svn: 307775

llvm/docs/LibFuzzer.rst

index 5acfa04..0f0b0e2 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++