diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-17 09:09:07 +0000 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-17 09:09:07 +0000 |
commit | 2d6b4e568e0cd86f7b742f343852c47e9bdf8a37 (patch) | |
tree | ff79a0d8117e43a866a640abc10f2156c2de154a /llvm/docs/tutorial | |
parent | 4c80867ecfbe0dd6c800ff1966497dc4e06de0cd (diff) | |
download | bcm5719-llvm-2d6b4e568e0cd86f7b742f343852c47e9bdf8a37.tar.gz bcm5719-llvm-2d6b4e568e0cd86f7b742f343852c47e9bdf8a37.zip |
Fix typo in kaleidoscope tutorial.
llvm-svn: 263696
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl7.rst b/llvm/docs/tutorial/LangImpl7.rst index 1cd7d56fddb..b8fefa03168 100644 --- a/llvm/docs/tutorial/LangImpl7.rst +++ b/llvm/docs/tutorial/LangImpl7.rst @@ -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 |