OSDN Git Service

[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 de7e5ed..8e80e73 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: