summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commitb66b30577ef23f60c47fc4316e817cc2fc5ec1a6 (patch)
treee10f86825183d080cae613948ae324ed2cbd8533 /llvm/docs/CommandGuide
parentaf548d0ed212ef05c91d6fed87923f1eae71ab6e (diff)
downloadbcm5719-llvm-b66b30577ef23f60c47fc4316e817cc2fc5ec1a6.tar.gz
bcm5719-llvm-b66b30577ef23f60c47fc4316e817cc2fc5ec1a6.zip
Fix a typo.
llvm-svn: 38432
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-ld.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod
index 4ae051327df..e09d9172df5 100644
--- a/llvm/docs/CommandGuide/llvm-ld.pod
+++ b/llvm/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
OpenPOWER on IntegriCloud