From beb5e782013428702392c8be894e29a9a7ae5aea Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 1 Jul 2004 17:20:53 +0000 Subject: [PATCH] Fix grammar in Stacker doc description. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14533 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index d5b2ea10e34..1becb6d9dab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -111,9 +111,9 @@ Instructions
  • Source Level Debugging with LLVM
  • TableGen Fundamentals
  • -
  • The Stacker Cronicles - This document describes -both the Stacker language and LLVM frontend, but also some details about LLVM -useful for those writing front-ends.
  • +
  • The Stacker Cronicles - describes both the +Stacker language and LLVM frontend, as well as some details about LLVM useful +for those writing front-ends.
  • Command Line Library
  • Extending LLVM
  • Coding Standards
  • -- 2.34.1