diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | c8e41c591741b3da1077f7000274ad040bef8002 (patch) | |
tree | de48920d877025af8ab8945b1dfc33404a31ffad /lib/ExecutionEngine | |
parent | ed1a335ece5c83230af662580e69008ed6fcca17 (diff) | |
download | external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.zip external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.tar.gz external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.tar.bz2 |
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
-rw-r--r-- | lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp index dfa2e7f..b464040 100644 --- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp +++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp @@ -60,7 +60,7 @@ void RuntimeDyldImpl::mapSectionAddress(void *LocalAddress, } // Subclasses can implement this method to create specialized image instances. -// The caller owns the the pointer that is returned. +// The caller owns the pointer that is returned. ObjectImage *RuntimeDyldImpl::createObjectImage(const MemoryBuffer *InputBuffer) { ObjectFile *ObjFile = ObjectFile::createObjectFile(const_cast<MemoryBuffer*> (InputBuffer)); |