diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2001-05-04 17:46:00 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2001-05-04 17:46:00 +0000 |
commit | 714b578b872904a656a9a26d1e1aff1084a35f03 (patch) | |
tree | a718bd9f22f667d3418cf6075fa202180c968c36 /opcodes | |
parent | 5264623336b345f3fe0a6b5cf855d89ad49fcb9e (diff) | |
download | gdb-714b578b872904a656a9a26d1e1aff1084a35f03.zip gdb-714b578b872904a656a9a26d1e1aff1084a35f03.tar.gz gdb-714b578b872904a656a9a26d1e1aff1084a35f03.tar.bz2 |
* typo fix
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 2 |
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> |