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 | 1ced282c7382d8734c80bef16ba3f040ed8d6bbc (patch) | |
tree | 926db636b81cb749602ac7ded26d3c89f43fcb72 /llvm/docs/tutorial | |
parent | 5dc0c9282f127d80c53930d9d236f1b00d8a7c1a (diff) | |
download | bcm5719-llvm-1ced282c7382d8734c80bef16ba3f040ed8d6bbc.tar.gz bcm5719-llvm-1ced282c7382d8734c80bef16ba3f040ed8d6bbc.zip |
Typo fix in the tutorial.
llvm-svn: 44014
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl5.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index 514b9f1a4ee..837815a77dd 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/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"> |