aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-11-28 17:06:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-11-28 17:06:58 +0000
commit30c5fa24996d5945687bef2acc3b2ac1ef00f334 (patch)
tree24bf4ecdfed74bdc0ca0f5e9fd9e36d51c55e3c0 /docs
parent39a2eb7dea034820eb4b93b2361ae307b0cee5f2 (diff)
downloadexternal_llvm-30c5fa24996d5945687bef2acc3b2ac1ef00f334.zip
external_llvm-30c5fa24996d5945687bef2acc3b2ac1ef00f334.tar.gz
external_llvm-30c5fa24996d5945687bef2acc3b2ac1ef00f334.tar.bz2
Fix spelling/grammar errors found by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodeGenerator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index f1f862c..c2ed047 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 <a href="http://gcc.gnu.org/wiki/SplitStacks">gcc
implementation</a> used by the Go front end.</p>
-<p id="feat_segstacks_x86">Basic support exits on the X86 backend. Currently
-vararg don't work and the object files are not marked the way the gold
+<p id="feat_segstacks_x86">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.</p>
</div>