diff options
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> |