summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-12 12:16:22 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-12 12:16:22 +0000
commit7d7df204ef4bc303cb896ce983b1644ccf1a94ab (patch)
tree41f06e0b82e7b30b9eeec95b47ed6f7ddcb991bb /llvm
parent5cc5051017fedca2d4acfbeeb4c300c09693a83f (diff)
downloadbcm5719-llvm-7d7df204ef4bc303cb896ce983b1644ccf1a94ab.tar.gz
bcm5719-llvm-7d7df204ef4bc303cb896ce983b1644ccf1a94ab.zip
fix typo in document; NFC
llvm-svn: 307775
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LibFuzzer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 5acfa04ce1f..0f0b0e2e6fb 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/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++
OpenPOWER on IntegriCloud