From 2d4c2150e16ce3d9681474137d3277e0aaee1178 Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Tue, 22 Jul 2008 01:10:25 +0000
Subject: [PATCH] Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53898 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index eed4547a781..d057390d83c 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1616,7 +1616,7 @@ Asked Questions page.
-
This document is just an introduction to how to use LLVM to do
+
This document is just an introduction on how to use LLVM to do
some simple things... there are many more interesting and complicated things
that you can do that aren't documented here (but we'll gladly accept a patch
if you want to write something up!). For more information about LLVM, check