diff options
author | Nikola Smiljanic <popizdeh@gmail.com> | 2013-05-01 13:05:43 +0000 |
---|---|---|
committer | Nikola Smiljanic <popizdeh@gmail.com> | 2013-05-01 13:05:43 +0000 |
commit | f2403bbae6f0f5b9991ef5210b6b48988e4de968 (patch) | |
tree | b058054e3cee437bc8f94c20b570578229cb99c5 /docs | |
parent | dc0981d3e07faedb2d92c846b5e34da7bafa5a0a (diff) |
Fix spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial/LangImpl1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl1.rst b/docs/tutorial/LangImpl1.rst index aa619cf19f..a2c5eeebf4 100644 --- a/docs/tutorial/LangImpl1.rst +++ b/docs/tutorial/LangImpl1.rst @@ -55,7 +55,7 @@ in the various pieces. The structure of the tutorial is: - Because a lot of people are interested in using LLVM as a JIT, we'll dive right into it and show you the 3 lines it takes to add JIT support. LLVM is also useful in many other ways, but this is one - simple and "sexy" way to shows off its power. :) + simple and "sexy" way to show off its power. :) - `Chapter #5 <LangImpl5.html>`_: Extending the Language: Control Flow - With the language up and running, we show how to extend it with control flow operations (if/then/else and a 'for' loop). This |