Fix typo.
authorRui Ueyama <ruiu@google.com>
Mon, 22 Jun 2015 17:26:27 +0000 (17:26 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 22 Jun 2015 17:26:27 +0000 (17:26 +0000)
llvm-svn: 240298

lld/COFF/DLL.cpp

index c8a2c72..1886748 100644 (file)
@@ -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[] = {