OSDN Git Service

Fix typo in kaleidoscope tutorial.
authorWilfred Hughes <me@wilfred.me.uk>
Thu, 17 Mar 2016 09:09:07 +0000 (09:09 +0000)
committerWilfred Hughes <me@wilfred.me.uk>
Thu, 17 Mar 2016 09:09:07 +0000 (09:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263696 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl7.rst

index 1cd7d56..b8fefa0 100644 (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