summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LinkTimeOptimization.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-14 19:51:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-14 19:51:02 +0000
commit8627ee227c857f2a3876e063c17f2d1c4b4e7ee0 (patch)
treecfdb72579220f1a1140417ca73cb968cd0794216 /llvm/docs/LinkTimeOptimization.html
parent105780fb7d21ed241988e3c5f33482ccb190a384 (diff)
downloadbcm5719-llvm-8627ee227c857f2a3876e063c17f2d1c4b4e7ee0.tar.gz
bcm5719-llvm-8627ee227c857f2a3876e063c17f2d1c4b4e7ee0.zip
Fix a typo.
llvm-svn: 29667
Diffstat (limited to 'llvm/docs/LinkTimeOptimization.html')
-rw-r--r--llvm/docs/LinkTimeOptimization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html
index f59ba59c1b2..0573a421aa5 100644
--- a/llvm/docs/LinkTimeOptimization.html
+++ b/llvm/docs/LinkTimeOptimization.html
@@ -305,7 +305,7 @@ $ llvm-gcc4 a.o main.o -o main # &lt;-- standard link command without any modifi
<div class="doc_text">
<p>The <tt>readLLVMObjectFile()</tt> function is used by the linker to read
- LLVM bytecode files and collect LLVMSymbol nformation. This routine also
+ LLVM bytecode files and collect LLVMSymbol innformation. This routine also
supplies a list of externally defined symbols that are used by LLVM bytecode
files. The linker uses this symbol information to do symbol resolution.
Internally, <a href="#lto">LLVMlto</a> maintains LLVM bytecode modules in
OpenPOWER on IntegriCloud