* gcc-interface/utils2.c (compare_elmt_bitpos): Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167207
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-11-27 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/46574
+ * gcc-interface/utils2.c (compare_elmt_bitpos): Fix typos.
+
2010-11-27 Eric Botcazou <ebotcazou@adacore.com>
PR ada/40777
static int
compare_elmt_bitpos (const PTR rt1, const PTR rt2)
{
- const constructor_elt * const elmt1 = (const constructor_elt const *) rt1;
- const constructor_elt * const elmt2 = (const constructor_elt const *) rt2;
+ const constructor_elt * const elmt1 = (const constructor_elt * const) rt1;
+ const constructor_elt * const elmt2 = (const constructor_elt * const) rt2;
const_tree const field1 = elmt1->index;
const_tree const field2 = elmt2->index;
const int ret