diff options
| author | Cameron Esfahani <dirty@apple.com> | 2015-09-29 00:21:38 +0000 |
|---|---|---|
| committer | Cameron Esfahani <dirty@apple.com> | 2015-09-29 00:21:38 +0000 |
| commit | e211e204da3afd42dcb544a865a0930b04bd779b (patch) | |
| tree | 50dc11263f3b904c87505dcceb7375f03ff4fb82 /lld/tools | |
| parent | 99ae16217ea46e277b6cdd4393a6feec35562677 (diff) | |
| download | bcm5719-llvm-e211e204da3afd42dcb544a865a0930b04bd779b.tar.gz bcm5719-llvm-e211e204da3afd42dcb544a865a0930b04bd779b.zip | |
NFC: Fix spelling error in comment.
llvm-svn: 248768
Diffstat (limited to 'lld/tools')
| -rw-r--r-- | lld/tools/lld/lld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/tools/lld/lld.cpp b/lld/tools/lld/lld.cpp index d3a364c49e6..fbaa58c8e56 100644 --- a/lld/tools/lld/lld.cpp +++ b/lld/tools/lld/lld.cpp @@ -23,7 +23,7 @@ using namespace lld; -/// Universal linker main(). This linker eumulates the gnu, darwin, or +/// Universal linker main(). This linker emulates the gnu, darwin, or /// windows linker based on the tool name or if the first argument is /// -flavor. int main(int argc, const char *argv[]) { |

