[lld] r248768 - NFC: Fix spelling error in comment.
Cameron Esfahani via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 28 17:21:38 PDT 2015
Author: dirty
Date: Mon Sep 28 19:21:38 2015
New Revision: 248768
URL: http://llvm.org/viewvc/llvm-project?rev=248768&view=rev
Log:
NFC: Fix spelling error in comment.
Modified:
lld/trunk/tools/lld/lld.cpp
Modified: lld/trunk/tools/lld/lld.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/tools/lld/lld.cpp?rev=248768&r1=248767&r2=248768&view=diff
==============================================================================
--- lld/trunk/tools/lld/lld.cpp (original)
+++ lld/trunk/tools/lld/lld.cpp Mon Sep 28 19:21:38 2015
@@ -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[]) {
More information about the llvm-commits
mailing list