From cb3c6a4099f6c1f7cd2c7e0045b210784aefa287 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 24 Aug 2004 02:23:58 +0000 Subject: [PATCH] Fix some grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16008 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index 16e777cc3de..2e347a963e0 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -55,8 +55,8 @@

The llvmc tool is a configurable compiler - driver. As such, it isn't the compiler, optimizer, - or linker itself but it drives (invokes) other software that perform those + driver. 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 gcc tool, llvmc is very similar.

The following introductory sections will help you understand why this tool -- 2.34.1