diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-19 18:42:31 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-19 18:42:31 -0800 |
commit | 14a8d078590eb7741732ef43040347cd8e531371 (patch) | |
tree | 93c5580413d18a17b4a297265ac3819d4600f526 /gcc | |
parent | 7fe34fdfe77cdd28ed956d54265bd9814ba8b307 (diff) | |
download | gcc-14a8d078590eb7741732ef43040347cd8e531371.zip gcc-14a8d078590eb7741732ef43040347cd8e531371.tar.gz gcc-14a8d078590eb7741732ef43040347cd8e531371.tar.bz2 |
Correct partly nested comment.
From-SVN: r3796
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |