Cleaning up comments in lli
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 01:33:14 +0000 (01:33 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 01:33:14 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193571 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/lli.cpp

index 808a95a599e862b3ae4786da4e2f88d9f8885b36..f3175668fc74bdfb58f81938d698e111fc8ada7e 100644 (file)
@@ -88,8 +88,8 @@ namespace {
 
   // Manually specify the child process for remote execution. This overrides
   // the simulated remote execution that allocates address space for child
-  // execution. The child process resides in the disk and communicates with lli
-  // via stdin/stdout pipes.
+  // execution. The child process will be executed and will communicate with
+  // lli via stdin/stdout pipes.
   cl::opt<std::string>
   MCJITRemoteProcess("mcjit-remote-process",
             cl::desc("Specify the filename of the process to launch "