aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-01-21 14:03:27 +0000
committerAlan Modra <amodra@gmail.com>2002-01-21 14:03:27 +0000
commit7b45c6e1dabcb4860888f46ace53e7425741dce3 (patch)
tree013823a3ad252d5d5bd32b387dc0d5497d1ea22d /include
parente86ce104e24677a8911f31d223106b7e7b7cce89 (diff)
downloadfsf-binutils-gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.zip
fsf-binutils-gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.gz
fsf-binutils-gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.bz2
comment typo fixes
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/h8300.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index a72d22e..84b8c9e 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h
index 79aa031..9cd40a6 100644
--- a/include/opcode/h8300.h
+++ b/include/opcode/h8300.h
@@ -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;