]> granicus.if.org Git - llvm/commitdiff
[lli] Fix a typo in a header.
authorLang Hames <lhames@gmail.com>
Tue, 2 Jul 2019 18:39:32 +0000 (18:39 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 2 Jul 2019 18:39:32 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364956 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/RemoteJITUtils.h

index de7e5ed3b0bfd7dfbfa8a7d726da38118b854bf7..8e80e73c808251727b57c291a543dabe8e088892 100644 (file)
@@ -75,7 +75,7 @@ std::unique_ptr<FDRawChannel> launchRemote();
 
 namespace llvm {
 
-// ForwardingMM - Adapter to connect MCJIT to Orc's Remote8
+// ForwardingMM - Adapter to connect MCJIT to Orc's Remote
 // memory manager.
 class ForwardingMemoryManager : public llvm::RTDyldMemoryManager {
 public: