aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-17 14:24:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-17 14:24:24 +0000
commitfbe5a4a607f0dcb330bbb63e041c1dfaf63c883b (patch)
tree2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/gcc.c
parent095f90933f648fbf24528d7a7aecf76399f3e743 (diff)
downloadgcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.zip
gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.gz
gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.bz2
et-forest.c: Fix comment typos.
* et-forest.c: Fix comment typos. * et-forest.h: Likewise. * except.c: Likewise. * expr.c: Likewise. * flags.h: Likewise. * flow.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genautomata.c: Likewise. * gengtype.c: Likewise. * genrecog.c: Likewise. * global.c: Likewise. * gthr-rtems.h: Likewise. From-SVN: r61443
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 8b27a0ac..7c22f92 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2539,7 +2539,7 @@ enum path_prefix_priority
PREFIX_PRIORITY_LAST
};
-/* Add an entry for PREFIX in PLIST. The PLIST is kept in assending
+/* Add an entry for PREFIX in PLIST. The PLIST is kept in ascending
order according to PRIORITY. Within each PRIORITY, new entries are
appended.
@@ -2735,7 +2735,7 @@ execute ()
}
#ifdef ENABLE_VALGRIND_CHECKING
- /* Run the each command through valgrind. To simplifiy prepending the
+ /* Run the each command through valgrind. To simplify prepending the
path to valgrind and the option "-q" (for quiet operation unless
something triggers), we allocate a separate argv array. */