[mips] Add initial release notes for MIPS32.
[oota-llvm.git] / docs / LinkTimeOptimization.rst
index 822196ccf47a7d6a6ba810f776e71a3843b40d8b..55a7486874a31bfca211bc91e34381649a2fb4f4 100644 (file)
@@ -1,5 +1,3 @@
-.. _lto:
-
 ======================================================
 LLVM Link Time Optimization: Design and Implementation
 ======================================================
@@ -136,7 +134,7 @@ Alternative Approaches
 Multi-phase communication between ``libLTO`` and linker
 =======================================================
 
-The linker collects information about symbol defininitions and uses in various
+The linker collects information about symbol definitions and uses in various
 link objects which is more accurate than any information collected by other
 tools during typical build cycles.  The linker collects this information by
 looking at the definitions and uses of symbols in native .o files and using