* stor-layout.c (debug_rli): Fix a typo in a debug message.

From-SVN: r114409
This commit is contained in:
Kazu Hirata 2006-06-05 20:25:53 +00:00 committed by Kazu Hirata
parent 6c655c5e60
commit 0c397f9c8d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-05 Kazu Hirata <kazu@codesourcery.com>
* stor-layout.c (debug_rli): Fix a typo in a debug message.
2006-06-05 Steve Ellcey <sje@cup.hp.com>
PR target/27051

View File

@ -615,7 +615,7 @@ debug_rli (record_layout_info rli)
/* The ms_struct code is the only that uses this. */
if (targetm.ms_bitfield_layout_p (rli->t))
fprintf (stderr, "remaning in alignment = %u\n", rli->remaining_in_alignment);
fprintf (stderr, "remaining in alignment = %u\n", rli->remaining_in_alignment);
if (rli->packed_maybe_necessary)
fprintf (stderr, "packed may be necessary\n");