From ba0d6745bdf71e0b08dbb05c2a712fb3e0225a75 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 3 Jul 1996 18:41:12 +0000 Subject: [PATCH] iformat tweaks From-SVN: r12386 --- gcc/pexecute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4