From: Rafael Espindola
Date: Mon, 28 Nov 2011 17:06:58 +0000 (+0000)
Subject: Fix spelling/grammar errors found by Duncan.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=30c5fa24996d5945687bef2acc3b2ac1ef00f334;p=oota-llvm.git
Fix spelling/grammar errors found by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145250 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index f1f862c795e..c2ed0471982 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -2428,8 +2428,8 @@ replaces the traditional large C stack with many linked segments. It
is compatible with the gcc
implementation used by the Go front end.
-Basic support exits on the X86 backend. Currently
-vararg don't work and the object files are not marked the way the gold
+
Basic support exists on the X86 backend. Currently
+vararg doesn't work and the object files are not marked the way the gold
linker expects, but simple Go program can be built by dragonegg.