From ec5cf811b714d91bb3011b9747d42ee1f102d715 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 Jul 2007 05:58:08 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38431 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-ld.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 920818822a0..4ae051327df 100644 --- a/docs/CommandGuide/llvm-ld.pod +++ b/docs/CommandGuide/llvm-ld.pod @@ -19,7 +19,7 @@ The B tool is the main linker for LLVM. It is used to link together the output of LLVM front-end compilers and run "link time" optimizations (mostly the inter-procedural kind). -The B tools attemps to mimic the interface provided by the default +The B tools attempts to mimic the interface provided by the default system linker so that it can act as a I replacement. =head2 Search Order