aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvm-ld.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 06:01:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 06:01:20 +0000
commitc867dfbb3850e7a15020fd2d05acbb37ca285e5d (patch)
tree28683887f8b1d276078169b881f7906593534270 /docs/CommandGuide/llvm-ld.pod
parentec5cf811b714d91bb3011b9747d42ee1f102d715 (diff)
downloadexternal_llvm-c867dfbb3850e7a15020fd2d05acbb37ca285e5d.zip
external_llvm-c867dfbb3850e7a15020fd2d05acbb37ca285e5d.tar.gz
external_llvm-c867dfbb3850e7a15020fd2d05acbb37ca285e5d.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-ld.pod')
-rw-r--r--docs/CommandGuide/llvm-ld.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 4ae0513..e09d917 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -64,7 +64,7 @@ undefined symbols defined.
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