[lld] r240298 - Fix typo.
Rui Ueyama
ruiu at google.com
Mon Jun 22 10:26:28 PDT 2015
Author: ruiu
Date: Mon Jun 22 12:26:27 2015
New Revision: 240298
URL: http://llvm.org/viewvc/llvm-project?rev=240298&view=rev
Log:
Fix typo.
Modified:
lld/trunk/COFF/DLL.cpp
Modified: lld/trunk/COFF/DLL.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/DLL.cpp?rev=240298&r1=240297&r2=240298&view=diff
==============================================================================
--- lld/trunk/COFF/DLL.cpp (original)
+++ lld/trunk/COFF/DLL.cpp Mon Jun 22 12:26:27 2015
@@ -241,7 +241,7 @@ public:
};
// Initial contents for delay-loaded functions.
-// This code calls __delayLoadHerper2 function to resolve a symbol
+// This code calls __delayLoadHelper2 function to resolve a symbol
// and then overwrites its jump table slot with the result
// for subsequent function calls.
static const uint8_t Thunk[] = {
More information about the llvm-commits
mailing list