Fix typo in kaleidoscope tutorial.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Wilfred Hughes 2016-03-17 09:09:07 +00:00
parent ba0d0e1663
commit a66f9eb55e

View File

@ -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