diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-14 19:51:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-14 19:51:02 +0000 |
commit | 8627ee227c857f2a3876e063c17f2d1c4b4e7ee0 (patch) | |
tree | cfdb72579220f1a1140417ca73cb968cd0794216 /llvm/docs/LinkTimeOptimization.html | |
parent | 105780fb7d21ed241988e3c5f33482ccb190a384 (diff) | |
download | bcm5719-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.html | 2 |
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 # <-- 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 |