summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-25 16:34:03 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-25 16:34:03 +0000
commit150967ab3e701c1e3c36eef4f538127da74b8eea (patch)
tree512461dc746fb0333eae58daf7e1aa6a0239b40f /gcc/genautomata.c
parent716a679efcb6634cf795d08d81261947142db30d (diff)
downloadgcc-150967ab3e701c1e3c36eef4f538127da74b8eea.tar.gz
* lra.c (lra_set_insn_recog_data): Fix typo in comment.
* genautomata.c (merge_states): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index da18e5da2f1..8d0d87d10c2 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -6178,7 +6178,7 @@ merge_states (automaton_t automaton, vec<state_t> equiv_classes)
alt_states = new_alt_state;
}
}
- /* Its is important that alt states were sorted before and
+ /* It is important that alt states were sorted before and
after merging to have the same querying results. */
new_state->component_states = uniq_sort_alt_states (alt_states);
}