diff options
author | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
commit | 8036ca47e27c22055cf8d708358b2e48b2a63e3b (patch) | |
tree | 840c2cc053818898ba2deb5dc84f5006114708bc /docs/GarbageCollection.html | |
parent | 0e2d3ac0f8794af9f4502df131f78cea7b8c2518 (diff) |
Various hopefully correct easy fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GarbageCollection.html')
-rw-r--r-- | docs/GarbageCollection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 91be239674..f2f3722992 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -387,7 +387,7 @@ The <tt>llvm_cg_walk_gcroots</tt> function is a function provided by the code generator that iterates through all of the GC roots on the stack, calling the specified function pointer with each record. For each GC root, the address of the pointer and the meta-data (from the <a -href="#gcroot"><tt>llvm.gcroot</tt></a> intrinsic) are provided. +href="#roots"><tt>llvm.gcroot</tt></a> intrinsic) are provided. </p> </div> |