diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:42:31 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:42:31 +0000 |
commit | a508ba7a8d745395ef76e32a6064d3d62fdf177f (patch) | |
tree | 93c5580413d18a17b4a297265ac3819d4600f526 /gcc/expr.h | |
parent | 4348fe2bdd28cf19f3f1ff0d0498622d163968e4 (diff) | |
download | gcc-a508ba7a8d745395ef76e32a6064d3d62fdf177f.tar.gz |
Correct partly nested comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3796 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |