summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-13 00:17:22 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-13 00:17:22 +0000
commitedc2a478336ab652153fa04ae16eca5a2716831c (patch)
tree3f4977682a21560e2c4d370fc537230aad533512 /gcc/genautomata.c
parentd3e1548836441f85f01a304e80126f83d2a3a2d3 (diff)
downloadgcc-edc2a478336ab652153fa04ae16eca5a2716831c.tar.gz
* c-decl.c: Fix a comment typo.
* cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index 206b7eee58a..8c48d6ad637 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -2492,7 +2492,7 @@ add_excls (dest_list, source_list, excl_pos)
}
}
-/* Checking NAMES in an presence clause vector and returning formed
+/* Checking NAMES in a presence clause vector and returning formed
unit_set_el_list. The function is called only after processing all
exclusion sets. */
static unit_set_el_t
@@ -4531,7 +4531,7 @@ get_excl_set (in_set)
/* The page contains abstract data for work with presence/absence sets
(see presence_set/absence_set in file rtl.def). */
-/* The following variables refer to correspondingly an presence and an
+/* The following variables refer to correspondingly a presence and an
absence set returned by get_presence_absence_set. This is bit
string of length equal to cpu units number. */
static reserv_sets_t presence_set, absence_set;