Correct partly nested comment.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 20 Mar 1993 02:42:31 +0000 (18:42 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 20 Mar 1993 02:42:31 +0000 (18:42 -0800)
From-SVN: r3796

gcc/expr.h

index 39e29db40ac3fe1baf7e642d26038b4486919472..f4f754efe334010f05cacf33e410cf6478ca9328 100644 (file)
@@ -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.