summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-24 02:23:58 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-24 02:23:58 +0000
commitcb3c6a4099f6c1f7cd2c7e0045b210784aefa287 (patch)
tree2bfeffceb04124697f632a9d5784809dcc353649 /docs
parentec8fe3cc8ef12edd5756b17457c553a3b64197dc (diff)
downloadllvm-cb3c6a4099f6c1f7cd2c7e0045b210784aefa287.tar.gz
llvm-cb3c6a4099f6c1f7cd2c7e0045b210784aefa287.tar.bz2
llvm-cb3c6a4099f6c1f7cd2c7e0045b210784aefa287.tar.xz
Fix some grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CompilerDriver.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index 16e777cc3d..2e347a963e 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -55,8 +55,8 @@
<!-- *********************************************************************** -->
<div class="doc_text">
<p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler
- <a href="def_driver">driver</a>. As such, it isn't the compiler, optimizer,
- or linker itself but it drives (invokes) other software that perform those
+ <a href="def_driver">driver</a>. As such, it isn't a compiler, optimizer,
+ or a linker itself but it drives (invokes) other software that perform those
tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt>
tool, <tt>llvmc</tt> is very similar.</p>
<p>The following introductory sections will help you understand why this tool