aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-04-04 16:06:26 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-04-04 16:06:26 +0000
commit33ef35c8ad861318c14cc9b5908eff5eeeeccfa0 (patch)
treedc37c63ce3b1a55b3df7d857e9fd09dc7fea300b /include
parente6d598eee08b02448395139276fd0b24be2cf692 (diff)
downloadnewlib-33ef35c8ad861318c14cc9b5908eff5eeeeccfa0.zip
newlib-33ef35c8ad861318c14cc9b5908eff5eeeeccfa0.tar.gz
newlib-33ef35c8ad861318c14cc9b5908eff5eeeeccfa0.tar.bz2
Fix typo.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 2d90e17..175cb41 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -5,8 +5,8 @@
2005-03-29 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (i386_optab): Don't allow the `l' suffix for moving
- moving between memory and segment register. Allow movq for
- moving between general-purpose register and segment register.
+ between memory and segment register. Allow movq for moving between
+ general-purpose register and segment register.
2005-02-09 Jan Beulich <jbeulich@novell.com>