fix typo

llvm-svn: 121620
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 73ac2c2..06f102e 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -1030,7 +1030,7 @@
       SelectionDAG optimizer is run to clean up redundancies exposed by type
       legalization.</li>
 
-  <li><a href="#selectiondag_legalize">Legalize SelectionDAG Types</a> &mdash;
+  <li><a href="#selectiondag_legalize">Legalize SelectionDAG Ops</a> &mdash;
       This stage transforms SelectionDAG nodes to eliminate any types that are
       unsupported on the target.</li>