diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:01:20 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:01:20 +0000 |
| commit | b66b30577ef23f60c47fc4316e817cc2fc5ec1a6 (patch) | |
| tree | e10f86825183d080cae613948ae324ed2cbd8533 /llvm/docs | |
| parent | af548d0ed212ef05c91d6fed87923f1eae71ab6e (diff) | |
| download | bcm5719-llvm-b66b30577ef23f60c47fc4316e817cc2fc5ec1a6.tar.gz bcm5719-llvm-b66b30577ef23f60c47fc4316e817cc2fc5ec1a6.zip | |
Fix a typo.
llvm-svn: 38432
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-ld.pod | 2 |
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 |

