diff options
author | Rui Ueyama <ruiu@google.com> | 2015-06-22 17:26:27 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-06-22 17:26:27 +0000 |
commit | 610962061f72c20ca08dfdc4eb31ec3901f4f905 (patch) | |
tree | 643a5b7ed7972520ba6bc058afb0839efa5932c3 | |
parent | 83e32984aeb78f89763693020a377f195f4a9a7e (diff) | |
download | bcm5719-llvm-610962061f72c20ca08dfdc4eb31ec3901f4f905.tar.gz bcm5719-llvm-610962061f72c20ca08dfdc4eb31ec3901f4f905.zip |
Fix typo.
llvm-svn: 240298
-rw-r--r-- | lld/COFF/DLL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/DLL.cpp b/lld/COFF/DLL.cpp index c8a2c7202b2..188674874df 100644 --- a/lld/COFF/DLL.cpp +++ b/lld/COFF/DLL.cpp @@ -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[] = { |