summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
commit0f4203861f730cf7868d7f359df0fc1247fe7fc1 (patch)
treeb5e6c868236e5d82d14004546a25a91e2893f252 /llvm/docs/tutorial/LangImpl4.html
parent7630f105a1958b1ec4f8b8d14b389745f937291d (diff)
downloadbcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.tar.gz
bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.zip
Documentation: Perform automated correction of common typos.
llvm-svn: 83849
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html
index 8310b61a75d..3188135384e 100644
--- a/llvm/docs/tutorial/LangImpl4.html
+++ b/llvm/docs/tutorial/LangImpl4.html
@@ -209,7 +209,7 @@ requires a pointer to the <tt>Module</tt> (through the <tt>ModuleProvider</tt>)
to construct itself. Once it is set up, we use a series of "add" calls to add
a bunch of LLVM passes. The first pass is basically boilerplate, it adds a pass
so that later optimizations know how the data structures in the program are
-layed out. The "<tt>TheExecutionEngine</tt>" variable is related to the JIT,
+laid out. The "<tt>TheExecutionEngine</tt>" variable is related to the JIT,
which we will get to in the next section.</p>
<p>In this case, we choose to add 4 optimization passes. The passes we chose
OpenPOWER on IntegriCloud