From 14a8d078590eb7741732ef43040347cd8e531371 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 19 Mar 1993 18:42:31 -0800 Subject: [PATCH] Correct partly nested comment. From-SVN: r3796 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.h b/gcc/expr.h index 39e29db40ac..f4f754efe33 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -204,7 +204,7 @@ enum direction {none, upward, downward}; /* Value has this type. */ - if the padding and mode of the type is such that a copy into a register would put it into the wrong part of the register. -/* Which padding can't be supported depends on the byte endianness. + Which padding can't be supported depends on the byte endianness. A value in a register is implicitly padded at the most significant end. On a big-endian machine, that is the lower end in memory. -- 2.30.2