comment typo fixes

This commit is contained in:
Alan Modra
2002-01-21 14:03:27 +00:00
parent e86ce104e2
commit 7b45c6e1da
9 changed files with 27 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
* h8300.h: Comment typo fix.
2002-01-03 matthew green <mrg@redhat.com>
* ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific.

View File

@ -1,5 +1,5 @@
/* Opcode table for the H8/300
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2002
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>.
@ -21,7 +21,7 @@
02111-1307, USA. */
/* Instructions are stored as a sequence of nibbles.
If the nibble has value 15 or less then the representation is complete.
If the nibble has value 15 or less than the representation is complete.
Otherwise, we record what it contains with several flags. */
typedef int op_type;