Cleaning up comments in lli
llvm-svn: 193571
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index 808a95a..f317566 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -88,8 +88,8 @@
// 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 "