diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
commit | 8040cd3cfd7b87661c08ca916daf355593dd8ffa (patch) | |
tree | 611b8930c912c03403d721f81e51788a42c125df /docs/tutorial/OCamlLangImpl4.html | |
parent | 8746929ff948a11a31b745437c8e448b91450959 (diff) |
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/OCamlLangImpl4.html')
-rw-r--r-- | docs/tutorial/OCamlLangImpl4.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/OCamlLangImpl4.html b/docs/tutorial/OCamlLangImpl4.html index 238fc53392..26f253249b 100644 --- a/docs/tutorial/OCamlLangImpl4.html +++ b/docs/tutorial/OCamlLangImpl4.html @@ -224,7 +224,7 @@ requires a pointer to the <tt>the_module</tt> (through the <tt>the_module_provider</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 +data structures in the program are laid out. The "<tt>the_execution_engine</tt>" variable is related to the JIT, which we will get to in the next section.</p> |