Typo fix in the tutorial.
authorGordon Henriksen <gordonhenriksen@mac.com>
Mon, 12 Nov 2007 13:46:21 +0000 (13:46 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Mon, 12 Nov 2007 13:46:21 +0000 (13:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44014 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl5.html

index 514b9f1a4ee3faa30a69608a76d8543e23471cc4..837815a77ddc823d2eb558d1e9aa7121d1425b80 100644 (file)
@@ -659,8 +659,8 @@ the 'for' Loop</a></div>
 <div class="doc_text">
 
 <p>Now we get to the good part: the LLVM IR we want to generate for this thing.
-With the simple example above, we get this LLVM IR (note that I generated this
-dump is generated with optimizations disabled for clarity):
+With the simple example above, we get this LLVM IR (note that this dump is
+generated with optimizations disabled for clarity):
 </p>
 
 <div class="doc_code">