aboutsummaryrefslogtreecommitdiff
path: root/docs/LinkTimeOptimization.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-24 22:01:40 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-24 22:01:40 +0000
commit1f048649e357c71958ea5cdf0ae7a66ac1290dbf (patch)
tree9d8874fd0dec2d595a43e7286f24a4b50c66b560 /docs/LinkTimeOptimization.html
parentec42dd6e1999ad910696720a5b760c028191aede (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r--docs/LinkTimeOptimization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html
index 524a4e83ff..1433d082ae 100644
--- a/docs/LinkTimeOptimization.html
+++ b/docs/LinkTimeOptimization.html
@@ -256,7 +256,7 @@ $ llvm-gcc a.o main.o -o main # &lt;-- standard link command without any modific
<p>In this phase, the linker reads optimized a native object file and
updates the internal global symbol table to reflect any changes. The linker
also collects information about any changes in use of external symbols by
- LLVM bitcode files. In the examle above, the linker notes that
+ LLVM bitcode files. In the example above, the linker notes that
<tt>foo4()</tt> is not used any more. If dead code stripping is enabled then
the linker refreshes the live symbol information appropriately and performs
dead code stripping.</p>