Fix a typo.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 14 Aug 2006 19:51:02 +0000 (19:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 14 Aug 2006 19:51:02 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29667 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LinkTimeOptimization.html

index f59ba59c1b2d01e1220c995580039cc7f417d4b6..0573a421aa55bb6c4cd87c77424bc3923fd0201d 100644 (file)
@@ -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