aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-06-05 20:25:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-06-05 20:25:53 +0000
commit0c397f9c8d2ff963d61aba9836af1efe3b82e464 (patch)
tree644bf235152168fa841939279880259b2cf52bd7 /gcc/stor-layout.c
parent6c655c5e60af2d983e017124388622a973868661 (diff)
downloadgcc-0c397f9c8d2ff963d61aba9836af1efe3b82e464.zip
gcc-0c397f9c8d2ff963d61aba9836af1efe3b82e464.tar.gz
gcc-0c397f9c8d2ff963d61aba9836af1efe3b82e464.tar.bz2
* stor-layout.c (debug_rli): Fix a typo in a debug message.
From-SVN: r114409
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index c58237f..50068a4 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -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");