summaryrefslogtreecommitdiffstats
path: root/lld/tools
diff options
context:
space:
mode:
authorCameron Esfahani <dirty@apple.com>2015-09-29 00:21:38 +0000
committerCameron Esfahani <dirty@apple.com>2015-09-29 00:21:38 +0000
commite211e204da3afd42dcb544a865a0930b04bd779b (patch)
tree50dc11263f3b904c87505dcceb7375f03ff4fb82 /lld/tools
parent99ae16217ea46e277b6cdd4393a6feec35562677 (diff)
downloadbcm5719-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.cpp2
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[]) {
OpenPOWER on IntegriCloud