Small format/grammar changes.
authorBill Wendling <isanbard@gmail.com>
Mon, 24 Mar 2008 05:58:47 +0000 (05:58 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 24 Mar 2008 05:58:47 +0000 (05:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48723 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc2/doc/LLVMCC-Tutorial.rst

index 8374cad768ae00cdcc9f579c9cec24d7a43d2686..9f66e743136446e5ca5243c4e8c9f50f0de2ebc5 100644 (file)
@@ -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