summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-01 17:20:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-01 17:20:53 +0000
commitbeb5e782013428702392c8be894e29a9a7ae5aea (patch)
tree99021e07e494539e58e4fef6952ea48a9499e483 /docs/index.html
parent95bba873f4f7686d790d870a4fe7f2f82aaf713f (diff)
downloadllvm-beb5e782013428702392c8be894e29a9a7ae5aea.tar.gz
llvm-beb5e782013428702392c8be894e29a9a7ae5aea.tar.bz2
llvm-beb5e782013428702392c8be894e29a9a7ae5aea.tar.xz
Fix grammar in Stacker doc description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index d5b2ea10e3..1becb6d9da 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -111,9 +111,9 @@ Instructions</a></li>
<li><a href="SourceLevelDebugging.html">Source Level Debugging with
LLVM</a></li>
<li><a href="TableGenFundamentals.html">TableGen Fundamentals</a></li>
-<li><a href="Stacker.html">The Stacker Cronicles</a> - This document describes
-both the Stacker language and LLVM frontend, but also some details about LLVM
-useful for those writing front-ends.</li>
+<li><a href="Stacker.html">The Stacker Cronicles</a> - describes both the
+Stacker language and LLVM frontend, as well as some details about LLVM useful
+for those writing front-ends.</li>
<li><a href="CommandLine.html">Command Line Library</a></li>
<li><a href="ExtendingLLVM.html">Extending LLVM</a></li>
<li><a href="CodingStandards.html">Coding Standards</a></li>