Various hopefully correct easy fixes.
[oota-llvm.git] / docs / GarbageCollection.html
index 91be23967462660e0e5793cc5f9dc0810e67a8c4..f2f37229924ab32c8b933d2ff71daf0875467181 100644 (file)
@@ -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>