* config/h8300/h8300.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 31 Dec 2002 09:07:36 +0000 (09:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 31 Dec 2002 09:07:36 +0000 (09:07 +0000)
From-SVN: r60683

gcc/ChangeLog
gcc/config/h8300/h8300.h

index e879eff..c70b858 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-31  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.h: Fix comment typos.
+
 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/rs6000.h (WIDEST_HARDWARE_FP_SIZE): Define.
index 860b6a0..2f9ba30 100644 (file)
@@ -724,13 +724,13 @@ struct cum_arg
 
    H8/300
              vvvv context
-   1 0000 7900xxxx             mov.w   #0x1234,r3
+   1 0000 7903xxxx             mov.w   #0x1234,r3
    2 0004 5A00xxxx             jmp     @0x1234
              ^^^^ function
 
    H8/300H
              vvvvvvvv context
-   2 0000 7A00xxxxxxxx         mov.l   #0x12345678,er3
+   2 0000 7A03xxxxxxxx         mov.l   #0x12345678,er3
    3 0006 5Axxxxxx             jmp     @0x123456
            ^^^^^^ function
 */