From a496ec35ed53139e6fda3595a2efadfce0d90822 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 14 Aug 2006 20:07:50 +0000 Subject: typo llvm-svn: 29668 --- llvm/docs/LinkTimeOptimization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/LinkTimeOptimization.html') diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index 0573a421aa5..7c97f9011c4 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

The readLLVMObjectFile() function is used by the linker to read - LLVM bytecode files and collect LLVMSymbol innformation. This routine also + LLVM bytecode files and collect LLVMSymbol information. 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, LLVMlto maintains LLVM bytecode modules in -- cgit v1.2.3