diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-12 13:46:21 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-12 13:46:21 +0000 |
commit | 007c8bd9e085158b4b254e1a2937a20cbc56e05e (patch) | |
tree | 28dabf59c7273a1a5aad5418924662d674a64907 /docs/tutorial | |
parent | c5c73af5dad1f7c6dbace69692b29ab184789c12 (diff) | |
download | external_llvm-007c8bd9e085158b4b254e1a2937a20cbc56e05e.zip external_llvm-007c8bd9e085158b4b254e1a2937a20cbc56e05e.tar.gz external_llvm-007c8bd9e085158b4b254e1a2937a20cbc56e05e.tar.bz2 |
Typo fix in the tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/LangImpl5.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html index 514b9f1..837815a 100644 --- a/docs/tutorial/LangImpl5.html +++ b/docs/tutorial/LangImpl5.html @@ -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"> |