From 30c5fa24996d5945687bef2acc3b2ac1ef00f334 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 28 Nov 2011 17:06:58 +0000 Subject: [PATCH] Fix spelling/grammar errors found by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145250 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.34.1