OSDN Git Service

Correct partly nested comment.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 1993 02:42:31 +0000 (02:42 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 1993 02:42:31 +0000 (02:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3796 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.h

index 39e29db..f4f754e 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.