diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-03 18:41:12 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-03 18:41:12 +0000 |
commit | 7114d4cb5e4a5f8f287dba8c096066050abc3e6e (patch) | |
tree | 520480d0ac1a5cccc0c5fbf34d93a0df68e9e5b8 /gcc/pexecute.c | |
parent | 55c27437929662e70e3850f785b1364fc034c4de (diff) | |
download | gcc-7114d4cb5e4a5f8f287dba8c096066050abc3e6e.tar.gz |
iformat tweaks
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12386 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/pexecute.c')
-rw-r--r-- | gcc/pexecute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/pexecute.c b/gcc/pexecute.c index bce20717756..4378f7e7556 100644 --- a/gcc/pexecute.c +++ b/gcc/pexecute.c @@ -346,7 +346,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags) fputs ("If {Failed} == 0\n", stdout); /* If being verbose, output a copy of the command. It should be - accurate enough and escaped enough to be "clickable". */ + accurate enough and escaped enough to be "clickable". */ if (flags & PEXECUTE_VERBOSE) { fputs ("\tEcho ", stdout); |