aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-03-19 18:42:31 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-03-19 18:42:31 -0800
commit14a8d078590eb7741732ef43040347cd8e531371 (patch)
tree93c5580413d18a17b4a297265ac3819d4600f526 /gcc
parent7fe34fdfe77cdd28ed956d54265bd9814ba8b307 (diff)
downloadgcc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 39e29db..f4f754e 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.