From e211e204da3afd42dcb544a865a0930b04bd779b Mon Sep 17 00:00:00 2001 From: Cameron Esfahani Date: Tue, 29 Sep 2015 00:21:38 +0000 Subject: [PATCH] NFC: Fix spelling error in comment. llvm-svn: 248768 --- lld/tools/lld/lld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) {