1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix a typo.

llvm-svn: 29667
This commit is contained in:
Reid Spencer 2006-08-14 19:51:02 +00:00
parent 05a6399166
commit 4b43c21b25

View File

@ -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