diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
commit | bc0e998c497446f5448425b3cbd7f8f19a458764 (patch) | |
tree | 03f1b93bb195c58c06d4db720f57f9c24f2b2512 /docs/CommandLine.html | |
parent | e3443a62814158945dae6365bfa1ae3d1acf7882 (diff) | |
download | external_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.zip external_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.tar.gz external_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.tar.bz2 |
The word `separate' only has one `e'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r-- | docs/CommandLine.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 7c8c997..7503015 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1109,7 +1109,7 @@ specifies that this option is used to capture "interpreter style" arguments. Se <a name="cl::Prefix">The <b><tt>cl::Prefix</tt></b> modifier specifies that this option prefixes its value. With 'Prefix' options, there is no equal sign that -seperates the value from the option name specified. This is useful for +separates the value from the option name specified. This is useful for processing odd arguments like '<tt>-lmalloc -L/usr/lib'</tt> in a linker tool. Here, the '<tt>l</tt>' and '<tt>L</tt>' options are normal string (list) options, that have the <a href="#cl::Prefix">cl::Prefix</a> modifier added to @@ -1496,7 +1496,7 @@ line options </b></font></td></tr></table><ul> <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Jan 23 15:19:28 CST 2001 --> <!-- hhmts start --> -Last modified: Sat Jun 21 16:45:29 CDT 2003 +Last modified: Mon Jul 14 12:12:15 CDT 2003 <!-- hhmts end --> </font> </body></html> |