aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CompilerDriver.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-11-21 14:58:12 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-11-21 14:58:12 +0000
commit98d0636b137779f2fc55ca9ea84a2b97d5daedc8 (patch)
tree4277b09f4e28242565bb77956721d62d6d73e687 /docs/CompilerDriver.html
parentc24d48282b44008e44f80509d76dfa3d18ddf168 (diff)
downloadexternal_llvm-98d0636b137779f2fc55ca9ea84a2b97d5daedc8.zip
external_llvm-98d0636b137779f2fc55ca9ea84a2b97d5daedc8.tar.gz
external_llvm-98d0636b137779f2fc55ca9ea84a2b97d5daedc8.tar.bz2
Corrected spelling mistakes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerDriver.html')
-rw-r--r--docs/CompilerDriver.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index 0c514e8..5568b20 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -176,7 +176,7 @@
program.</dd>
</dl>
<p>The following table shows the inputs, outputs, and command line options
- applicabe to each phase.</p>
+ applicable to each phase.</p>
<table>
<tr>
<th style="width: 10%">Phase</th>
@@ -593,12 +593,12 @@ optimization.</p>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="substitutions">Substitutions</a></div>
<div class="doc_text">
- <p>On any configruation item that ends in <tt>command</tt>, you must
+ <p>On any configuration item that ends in <tt>command</tt>, you must
specify substitution tokens. Substitution tokens begin and end with a percent
sign (<tt>%</tt>) and are replaced by the corresponding text. Any substitution
token may be given on any <tt>command</tt> line but some are more useful than
others. In particular each command <em>should</em> have both an <tt>%in%</tt>
- and an <tt>%out%</tt> substittution. The table below provides definitions of
+ and an <tt>%out%</tt> substitution. The table below provides definitions of
each of the allowed substitution tokens.</p>
<table>
<tbody>