summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl5.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-05 17:52:04 +0000
committerChris Lattner <sabre@nondot.org>2007-11-05 17:52:04 +0000
commite02310d5e39f100532d0a14b726f6577d0848090 (patch)
tree1c527d45ad9361e7b5553f0a61a5bc93409afc6b /llvm/docs/tutorial/LangImpl5.html
parent63ac80e76a4aefa35a2b3a74c4e8bf81b39823fa (diff)
downloadbcm5719-llvm-e02310d5e39f100532d0a14b726f6577d0848090.tar.gz
bcm5719-llvm-e02310d5e39f100532d0a14b726f6577d0848090.zip
fix typo
llvm-svn: 43717
Diffstat (limited to 'llvm/docs/tutorial/LangImpl5.html')
-rw-r--r--llvm/docs/tutorial/LangImpl5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html
index 8f31cbfe92b..a1146ed263b 100644
--- a/llvm/docs/tutorial/LangImpl5.html
+++ b/llvm/docs/tutorial/LangImpl5.html
@@ -407,7 +407,7 @@ violate this rule, the verifier will emit an error.</p>
<p>The final line here is quite subtle, but is very important. The basic issue
is that when we create the Phi node in the merge block, we need to set up the
block/value pairs that indicate how the Phi will work. Importantly, the Phi
-node expects to have an extry for each predecessor of the block in the CFG. Why
+node expects to have an entry for each predecessor of the block in the CFG. Why
then are we getting the current block when we just set it to ThenBB 5 lines
above? The problem is that the "Then" expression may actually itself change the
block that the Builder is emitting into if, for example, it contains a nested
OpenPOWER on IntegriCloud