citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 887f94ca4ee5388d6149d9e31e4679051ad0e4f6
parent cb8bab15b8a88665aa8b36082c7c9cb5c147dff4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  8 Jun 2016 18:25:14 -0600

src: clarify comment

Diffstat:
Msrc/inst_main.cc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/inst_main.cc b/src/inst_main.cc @@ -216,8 +216,8 @@ main(int argc, char *argv[]) args.push_back(const_cast<char *>(STR(LIBCITRUN_PATH))); } - // Instrumentation succeeded. Run the native compiler with a modified - // command line. + // Instrumentation succeeded. Run the native compiler with a possibly + // modified command line. args.push_back(NULL); pid_t child_pid;