[llvm-commits] [llvm] r38431 - /llvm/trunk/docs/CommandGuide/llvm-ld.pod

Reid Spencer reid at x10sys.com
Sun Jul 8 22:58:08 PDT 2007


Author: reid
Date: Mon Jul  9 00:58:08 2007
New Revision: 38431

URL: http://llvm.org/viewvc/llvm-project?rev=38431&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-ld.pod

Modified: llvm/trunk/docs/CommandGuide/llvm-ld.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ld.pod?rev=38431&r1=38430&r2=38431&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ld.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ld.pod Mon Jul  9 00:58:08 2007
@@ -19,7 +19,7 @@
 the output of LLVM front-end compilers and run "link time" optimizations (mostly
 the inter-procedural kind).
 
-The B<llvm-ld> tools attemps to mimic the interface provided by the default
+The B<llvm-ld> tools attempts to mimic the interface provided by the default
 system linker so that it can act as a I<drop-in> replacement.
 
 =head2 Search Order





More information about the llvm-commits mailing list