diff options
author | Michael Snyder <msnyder@redhat.com> | 2003-06-19 02:56:24 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@redhat.com> | 2003-06-19 02:56:24 +0000 |
commit | a49a74108c573699f1b61e2c437ddce1e6db607d (patch) | |
tree | 8f0c08863a28410b21858d36f3d8589c12687ee3 | |
parent | e7f4ab4d512d72bb92b8621f01cae8b27c2fe6ff (diff) | |
download | newlib-a49a74108c573699f1b61e2c437ddce1e6db607d.zip newlib-a49a74108c573699f1b61e2c437ddce1e6db607d.tar.gz newlib-a49a74108c573699f1b61e2c437ddce1e6db607d.tar.bz2 |
Fix typo.
-rw-r--r-- | include/opcode/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 94c3031..9785f4e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -10,7 +10,7 @@ 2003-06-03 Michael Snyder <msnyder@redhat.com> - * h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H. + * h8300.h (enum h8_model): Add AV_H8S to distinguish from H8H. (ldc): Split ccr ops from exr ops (which are only available on H8S or H8SX). (stc): Ditto. |