[llvm] r307775 - fix typo in document; NFC
Hiroshi Inoue via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 05:16:22 PDT 2017
Author: inouehrs
Date: Wed Jul 12 05:16:22 2017
New Revision: 307775
URL: http://llvm.org/viewvc/llvm-project?rev=307775&view=rev
Log:
fix typo in document; NFC
Modified:
llvm/trunk/docs/LibFuzzer.rst
Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=307775&r1=307774&r2=307775&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Wed Jul 12 05:16:22 2017
@@ -587,7 +587,7 @@ The simplest way is to have a statically
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++
More information about the llvm-commits
mailing list