From: Mike Stump Date: Wed, 3 Jul 1996 18:41:12 +0000 (+0000) Subject: iformat tweaks X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba0d6745bdf71e0b08dbb05c2a712fb3e0225a75;p=platform%2Fupstream%2Fgcc.git iformat tweaks From-SVN: r12386 --- diff --git a/gcc/pexecute.c b/gcc/pexecute.c index bce2071..4378f7e 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);