diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-24 02:23:58 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-24 02:23:58 +0000 |
commit | 4c70105c4c4ea1b97ce07a44aa592f7eea5cdfc5 (patch) | |
tree | 41e0229cbe4ff48d8bf44e9b1e58c658bfa1d19b /llvm/docs/CompilerDriver.html | |
parent | 00b21aef7bbf40e7976c12d1acbc6893ef08e396 (diff) | |
download | bcm5719-llvm-4c70105c4c4ea1b97ce07a44aa592f7eea5cdfc5.tar.gz bcm5719-llvm-4c70105c4c4ea1b97ce07a44aa592f7eea5cdfc5.zip |
Fix some grammar.
llvm-svn: 16008
Diffstat (limited to 'llvm/docs/CompilerDriver.html')
-rw-r--r-- | llvm/docs/CompilerDriver.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html index 16e777cc3de..2e347a963e0 100644 --- a/llvm/docs/CompilerDriver.html +++ b/llvm/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 |