Various hopefully correct easy fixes.
llvm-svn: 35506
diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html
index 91be239..f2f3722 100644
--- a/llvm/docs/GarbageCollection.html
+++ b/llvm/docs/GarbageCollection.html
@@ -387,7 +387,7 @@
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>