From ebf56c2f5f241e9f85140f5757c3fc47cb505c6f Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Tue, 29 Oct 2013 01:33:14 +0000 Subject: [PATCH] Cleaning up comments in lli llvm-svn: 193571 --- tools/lli/lli.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 808a95a599e..f3175668fc7 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -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 MCJITRemoteProcess("mcjit-remote-process", cl::desc("Specify the filename of the process to launch "