aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2001-05-04 17:46:00 +0000
committerFrank Ch. Eigler <fche@redhat.com>2001-05-04 17:46:00 +0000
commit714b578b872904a656a9a26d1e1aff1084a35f03 (patch)
treea718bd9f22f667d3418cf6075fa202180c968c36 /opcodes
parent5264623336b345f3fe0a6b5cf855d89ad49fcb9e (diff)
downloadfsf-binutils-gdb-714b578b872904a656a9a26d1e1aff1084a35f03.zip
fsf-binutils-gdb-714b578b872904a656a9a26d1e1aff1084a35f03.tar.gz
fsf-binutils-gdb-714b578b872904a656a9a26d1e1aff1084a35f03.tar.bz2
* typo fix
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 06f9ff8..de4e2a0 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -6,7 +6,7 @@
* cgen-dis.in (print_insn): Remove call to read_insn. Instead,
assume incoming buffer already has the base insn loaded. Handle
- case of smaller-than-base instructions for variable-length case.
+ smaller-than-base instructions for variable-length case.
2001-05-04 Alan Modra <amodra@one.net.au>