[llvm] r180843 - Fix spelling

Nikola Smiljanic popizdeh at gmail.com
Wed May 1 06:05:44 PDT 2013


Author: nikola
Date: Wed May  1 08:05:43 2013
New Revision: 180843

URL: http://llvm.org/viewvc/llvm-project?rev=180843&view=rev
Log:
Fix spelling

Modified:
    llvm/trunk/docs/tutorial/LangImpl1.rst

Modified: llvm/trunk/docs/tutorial/LangImpl1.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl1.rst?rev=180843&r1=180842&r2=180843&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl1.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl1.rst Wed May  1 08:05:43 2013
@@ -55,7 +55,7 @@ in the various pieces. The structure of
    - 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





More information about the llvm-commits mailing list