aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodeGenerator.html
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
commit0b81cdae50127aa0b987b850d03500112092d1d5 (patch)
tree6295bb9e40d7037d4624cc11756901b584b5054a /docs/CodeGenerator.html
parentcb9b4f9c14c7b45ba8bb3bcc0c5ef650c0a70032 (diff)
downloadexternal_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.zip
external_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.tar.gz
external_llvm-0b81cdae50127aa0b987b850d03500112092d1d5.tar.bz2
Fix spelling of 'separate'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 4913986..406d77c 100644
--- a/docs/CodeGenerator.html
+++ b/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>