[llvm] r223216 - Fix a typo in the documentation of LTO
Benjamin Poulain
benjamin at webkit.org
Tue Dec 2 23:32:36 PST 2014
Author: benjamin
Date: Wed Dec 3 01:32:36 2014
New Revision: 223216
URL: http://llvm.org/viewvc/llvm-project?rev=223216&view=rev
Log:
Fix a typo in the documentation of LTO
Fix defininitions->definitions.
Reviewed by David Blaikie.
Modified:
llvm/trunk/docs/LinkTimeOptimization.rst
Modified: llvm/trunk/docs/LinkTimeOptimization.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LinkTimeOptimization.rst?rev=223216&r1=223215&r2=223216&view=diff
==============================================================================
--- llvm/trunk/docs/LinkTimeOptimization.rst (original)
+++ llvm/trunk/docs/LinkTimeOptimization.rst Wed Dec 3 01:32:36 2014
@@ -134,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
More information about the llvm-commits
mailing list