summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-10-24 16:54:55 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-10-24 16:54:55 +0000
commitdd24d7c477fbe353ff00c44d6e0142cb23176f74 (patch)
treebc1dc3c90fa447c716dd0b1e7506a946440c0c4c
parent84800c0246ffd41b323c39a13345582ec7d11fa7 (diff)
downloadbcm5719-llvm-dd24d7c477fbe353ff00c44d6e0142cb23176f74.tar.gz
bcm5719-llvm-dd24d7c477fbe353ff00c44d6e0142cb23176f74.zip
Fix spelling of 'separate'.
llvm-svn: 23971
-rw-r--r--llvm/docs/CodeGenerator.html2
-rw-r--r--llvm/docs/TableGenFundamentals.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 49139869490..406d77cbef4 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -1117,7 +1117,7 @@ converted to a list of <a href="#machineinstr">MachineInstr</a>s and the
Selection DAG is destroyed.
</p>
-<p>Note that this phase is logically seperate from the instruction selection
+<p>Note that this phase is logically separate from the instruction selection
phase, but is tied to it closely in the code because it operates on
SelectionDAGs.</p>
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index 26c3ff38dc5..daa06db1c0b 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -337,7 +337,7 @@ for different types. These rules allow you to assign a value like "7" to a
information that TableGen collects. Records are defined with a <tt>def</tt> or
<tt>class</tt> keyword, the record name, and an optional list of "<a
href="#templateargs">template arguments</a>". If the record has superclasses,
-they are specified as a comma seperated list that starts with a colon character
+they are specified as a comma separated list that starts with a colon character
(":"). If <a href="#valuedef">value definitions</a> or <a href="#recordlet">let
expressions</a> are needed for the class, they are enclosed in curly braces
("{}"); otherwise, the record ends with a semicolon. Here is a simple TableGen
@@ -517,7 +517,7 @@ multiple records at a time, and may be useful in certain other cases.
File-scope let expressions are really just another way that TableGen allows the
end-user to factor out commonality from the records.</p>
-<p>File-scope "let" expressions take a comma-seperated list of bindings to
+<p>File-scope "let" expressions take a comma-separated list of bindings to
apply, and one of more records to bind the values in. Here are some
examples:</p>
OpenPOWER on IntegriCloud