[llvm] r263696 - Fix typo in kaleidoscope tutorial.

Wilfred Hughes via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 02:09:08 PDT 2016


Author: wilfred
Date: Thu Mar 17 04:09:07 2016
New Revision: 263696

URL: http://llvm.org/viewvc/llvm-project?rev=263696&view=rev
Log:
Fix typo in kaleidoscope tutorial.

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

Modified: llvm/trunk/docs/tutorial/LangImpl7.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl7.rst?rev=263696&r1=263695&r2=263696&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl7.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl7.rst Thu Mar 17 04:09:07 2016
@@ -252,7 +252,7 @@ is:
    technique dovetails very naturally with this style of debug info.
 
 If nothing else, this makes it much easier to get your front-end up and
-running, and is very simple to implement. Lets extend Kaleidoscope with
+running, and is very simple to implement. Let's extend Kaleidoscope with
 mutable variables now!
 
 Mutable Variables in Kaleidoscope




More information about the llvm-commits mailing list