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

Reid Spencer reid at x10sys.com
Sun Jul 8 23:01:20 PDT 2007


Author: reid
Date: Mon Jul  9 01:01:20 2007
New Revision: 38432

URL: http://llvm.org/viewvc/llvm-project?rev=38432&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=38432&r1=38431&r2=38432&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ld.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ld.pod Mon Jul  9 01:01:20 2007
@@ -64,7 +64,7 @@
 
 The B<llvm-ld> program has limited support for native code generation, when
 using the B<-native> or B<-native-cbe> options. Native code generation is
-perfomed by converting the linked bytecode into native assembly (.s) or C code
+performed by converting the linked bytecode into native assembly (.s) or C code
 and running the system compiler (typically gcc) on the result.
 
 =head1 OPTIONS





More information about the llvm-commits mailing list