[llvm-commits] [llvm] r48723 - /llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst

Bill Wendling isanbard at gmail.com
Sun Mar 23 22:58:47 PDT 2008


Author: void
Date: Mon Mar 24 00:58:47 2008
New Revision: 48723

URL: http://llvm.org/viewvc/llvm-project?rev=48723&view=rev
Log:
Small format/grammar changes.

Modified:
    llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst

Modified: llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst?rev=48723&r1=48722&r2=48723&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst (original)
+++ llvm/trunk/tools/llvmc2/doc/LLVMCC-Tutorial.rst Mon Mar 24 00:58:47 2008
@@ -1,13 +1,13 @@
 Tutorial - Writing LLVMCC Configuration files
 =============================================
 
-LLVMCC is a generic compiler driver(just like ``gcc``), designed to be
+LLVMCC is a generic compiler driver (just like ``gcc``), designed to be
 customizable and extensible. Its job is essentially to transform a set
 of input files into a set of targets, depending on configuration rules
 and user options. This tutorial describes how one can write
 configuration files for ``llvmcc``.
 
-Since LLVMCC uses TableGen [1]_ as the language of its configuration
+Because LLVMCC uses TableGen [1]_ as the language of its configuration
 files, you need to be familiar with it.
 
 Describing a toolchain





More information about the llvm-commits mailing list