summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-04-02 20:02:36 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-04-02 20:02:36 +0000
commitd0a0757c3b4bf4277267c7bb869651ef01493060 (patch)
treeb2f534af7067130045ed8969fd4407b84b03a102 /docs
parent30c729b5d043a72a8eb35b9fe4c5c180cbed9a75 (diff)
downloadllvm-d0a0757c3b4bf4277267c7bb869651ef01493060.tar.gz
llvm-d0a0757c3b4bf4277267c7bb869651ef01493060.tar.bz2
llvm-d0a0757c3b4bf4277267c7bb869651ef01493060.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/lli.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lli.rst b/docs/CommandGuide/lli.rst
index 7cc128444d..a9aaf310e1 100644
--- a/docs/CommandGuide/lli.rst
+++ b/docs/CommandGuide/lli.rst
@@ -50,7 +50,7 @@ GENERAL OPTIONS
-**-load**\ =\ *puginfilename*
+**-load**\ =\ *pluginfilename*
Causes **lli** to load the plugin (shared object) named *pluginfilename* and use
it for optimization.