diff --git a/lld/tools/lld/lld.cpp b/lld/tools/lld/lld.cpp index d3a364c49e68..fbaa58c8e56e 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[]) {