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 | 39354b32635a8717b9f631ca438167f2c4bbc534 (patch) | |
tree | 72a06f582a759455fd6465bda62b2521b5ba1826 /llvm/docs/tutorial | |
parent | 817c1d92b45c246ca032ef0c7b5a58f95b4fea8b (diff) | |
download | bcm5719-llvm-39354b32635a8717b9f631ca438167f2c4bbc534.tar.gz bcm5719-llvm-39354b32635a8717b9f631ca438167f2c4bbc534.zip |
Fix spelling
llvm-svn: 180843
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl1.rst b/llvm/docs/tutorial/LangImpl1.rst index aa619cf19f2..a2c5eeebf47 100644 --- a/llvm/docs/tutorial/LangImpl1.rst +++ b/llvm/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 |