[llvm] r364956 - [lli] Fix a typo in a header.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 11:39:33 PDT 2019


Author: lhames
Date: Tue Jul  2 11:39:32 2019
New Revision: 364956

URL: http://llvm.org/viewvc/llvm-project?rev=364956&view=rev
Log:
[lli] Fix a typo in a header.

Modified:
    llvm/trunk/tools/lli/RemoteJITUtils.h

Modified: llvm/trunk/tools/lli/RemoteJITUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/RemoteJITUtils.h?rev=364956&r1=364955&r2=364956&view=diff
==============================================================================
--- llvm/trunk/tools/lli/RemoteJITUtils.h (original)
+++ llvm/trunk/tools/lli/RemoteJITUtils.h Tue Jul  2 11:39:32 2019
@@ -75,7 +75,7 @@ std::unique_ptr<FDRawChannel> launchRemo
 
 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:




More information about the llvm-commits mailing list