NFC: Fix spelling error in comment.

llvm-svn: 248768
This commit is contained in:
Cameron Esfahani 2015-09-29 00:21:38 +00:00
parent 99ae16217e
commit e211e204da
1 changed files with 1 additions and 1 deletions

View File

@ -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[]) {