aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-03 18:41:12 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-03 18:41:12 +0000
commitba0d6745bdf71e0b08dbb05c2a712fb3e0225a75 (patch)
tree520480d0ac1a5cccc0c5fbf34d93a0df68e9e5b8
parent5af2c1f8d45673008a7095a64e95ebcb1c62b684 (diff)
iformat tweaks
From-SVN: r12386
-rw-r--r--gcc/pexecute.c2
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);