aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:22 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:22 +0000
commitd9b0b025612992a0b724eeca8bdf10b1d7a5c355 (patch)
tree5891fbafa37ccd7f2f26f9c366396e284e567add /docs
parent43eb31bfae470b33bab9a6764b98b5e8a0beeda5 (diff)
downloadexternal_llvm-d9b0b025612992a0b724eeca8bdf10b1d7a5c355.zip
external_llvm-d9b0b025612992a0b724eeca8bdf10b1d7a5c355.tar.gz
external_llvm-d9b0b025612992a0b724eeca8bdf10b1d7a5c355.tar.bz2
Fix typos found by http://github.com/lyda/misspell-check
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/BranchWeightMetadata.html2
-rw-r--r--docs/CMake.html2
-rw-r--r--docs/CommandGuide/lit.rst2
-rw-r--r--docs/CommandGuide/llvm-build.rst2
-rw-r--r--docs/Passes.html2
-rw-r--r--docs/SourceLevelDebugging.html2
-rw-r--r--docs/index.rst2
7 files changed, 7 insertions, 7 deletions
diff --git a/docs/BranchWeightMetadata.html b/docs/BranchWeightMetadata.html
index 63c63a4..3a0af29 100644
--- a/docs/BranchWeightMetadata.html
+++ b/docs/BranchWeightMetadata.html
@@ -110,7 +110,7 @@ indicates greater chance to be taken.</p>
<h4><tt>if</tt> statement</h4>
<div>
<p>The <tt>exp</tt> parameter is the condition. The <tt>c</tt> parameter is
- the expected comparision value. If it is equal to 1 (true), the condition is
+ the expected comparison value. If it is equal to 1 (true), the condition is
likely to be true, in other case condition is likely to be false. For example:
</p>
</div>
diff --git a/docs/CMake.html b/docs/CMake.html
index 67dfef3..e4ac6a4 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -331,7 +331,7 @@
<dt><b>LLVM_TABLEGEN</b>:STRING</dt>
<dd>Full path to a native TableGen executable (usually
- named <i>tblgen</i>). This is intented for cross-compiling: if the
+ named <i>tblgen</i>). This is intended for cross-compiling: if the
user sets this variable, no native TableGen will be created.</dd>
<dt><b>LLVM_LIT_ARGS</b>:STRING</dt>
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index 0073ebe..3eb0be9 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -442,7 +442,7 @@ following format.
... log message ...
<log delineator>
-where <test name> should be the name of a preceeding reported test, <log
+where <test name> should be the name of a preceding reported test, <log
delineator> is a string of '\*' characters *at least* four characters long (the
recommended length is 20), and <trailing delineator> is an arbitrary (unparsed)
string.
diff --git a/docs/CommandGuide/llvm-build.rst b/docs/CommandGuide/llvm-build.rst
index 0fe32c6..f788f7c 100644
--- a/docs/CommandGuide/llvm-build.rst
+++ b/docs/CommandGuide/llvm-build.rst
@@ -61,7 +61,7 @@ OPTIONS
Write out new *LLVMBuild.txt* files based on the loaded components. This is
useful for auto-upgrading the schema of the files. **llvm-build** will try to a
limited extent to preserve the comments which were written in the original
- source file, although at this time it only preserves block comments that preceed
+ source file, although at this time it only preserves block comments that precede
the section names in the *LLVMBuild* files.
diff --git a/docs/Passes.html b/docs/Passes.html
index ac72435..356ada6 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -1617,7 +1617,7 @@ if (X &lt; 3) {</pre>
</h3>
<div>
<p>
- This file demotes all registers to memory references. It is intented to be
+ This file demotes all registers to memory references. It is intended to be
the inverse of <a href="#mem2reg"><tt>-mem2reg</tt></a>. By converting to
<tt>load</tt> instructions, the only values live across basic blocks are
<tt>alloca</tt> instructions and <tt>load</tt> instructions before
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 8852278..918383b 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -2712,7 +2712,7 @@ HashData[hash_data_count]
has address attributes: DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges or
DW_AT_entry_pc. It also contains DW_TAG_variable DIEs that have a DW_OP_addr
in the location (global and static variables). All global and static variables
- should be included, including those scoped withing functions and classes. For
+ should be included, including those scoped within functions and classes. For
example using the following code:</p>
<div class="doc_code">
<pre>
diff --git a/docs/index.rst b/docs/index.rst
index ca31efa..53d3e7c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,7 +13,7 @@ industrial strength compilers to specialized JIT applications to small
research projects.
Similarly, documentation is broken down into several high-level groupings
-targetted at different audiences:
+targeted at different audiences:
* **Design & Overview**