summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-03-24 05:58:47 +0000
committerBill Wendling <isanbard@gmail.com>2008-03-24 05:58:47 +0000
commit1f5c2e7fc64afb886e022566ed36d6c51481cb3e (patch)
tree11fb54f2b60d868e71bdd9b524ff4e0c4b301d7b /llvm/tools
parentf52a379cb3cad1980af5da5ec9b49fff49a2ba83 (diff)
downloadbcm5719-llvm-1f5c2e7fc64afb886e022566ed36d6c51481cb3e.tar.gz
bcm5719-llvm-1f5c2e7fc64afb886e022566ed36d6c51481cb3e.zip
Small format/grammar changes.
llvm-svn: 48723
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvmc2/doc/LLVMCC-Tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/doc/LLVMCC-Tutorial.rst b/llvm/tools/llvmc2/doc/LLVMCC-Tutorial.rst
index 8374cad768a..9f66e743136 100644
--- a/llvm/tools/llvmc2/doc/LLVMCC-Tutorial.rst
+++ b/llvm/tools/llvmc2/doc/LLVMCC-Tutorial.rst
@@ -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
OpenPOWER on IntegriCloud