From 23408fd3509bb917f29348279350dc77d72711f8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 Jul 2007 06:01:20 +0000 Subject: [PATCH] Fix a typo. llvm-svn: 38432 --- 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 4ae051327df..e09d9172df5 100644 --- a/docs/CommandGuide/llvm-ld.pod +++ b/docs/CommandGuide/llvm-ld.pod @@ -64,7 +64,7 @@ undefined symbols defined. The B 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