diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-28 17:06:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-28 17:06:58 +0000 |
commit | c87cebf2bfe496ae62ee3d7e0e76843c7b45a9d5 (patch) | |
tree | 9334295ded62cc4a79c6d8211b573d0b8f5f9bca /llvm/docs/CodeGenerator.html | |
parent | 4c16431a6793b6d272c275efe2d2f5fda200bdd8 (diff) | |
download | bcm5719-llvm-c87cebf2bfe496ae62ee3d7e0e76843c7b45a9d5.tar.gz bcm5719-llvm-c87cebf2bfe496ae62ee3d7e0e76843c7b45a9d5.zip |
Fix spelling/grammar errors found by Duncan.
llvm-svn: 145250
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
-rw-r--r-- | llvm/docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index f1f862c795e..c2ed0471982 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |