comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234538
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-03-29 Jeff Law <law@redhat.com>
+
+ * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in
+ comment.
+
2016-03-10 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
/* This represents a conflict graph. Implemented as an array of bitmaps.
A full matrix is used for conflicts rather than just upper triangular form.
- this make sit much simpler and faster to perform conflict merges. */
+ this makes it much simpler and faster to perform conflict merges. */
struct ssa_conflicts
{