diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 05:31:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 05:31:40 +0000 |
commit | 25ac7f26dd48640f790f604c7a8e3e9216d0af19 (patch) | |
tree | e2f321c3bc1ac0e6954e0127df5e300fed257f78 | |
parent | 8c43a48b28ad8e92b3e788ae511844eea4f4a801 (diff) | |
download | binutils-25ac7f26dd48640f790f604c7a8e3e9216d0af19.zip binutils-25ac7f26dd48640f790f604c7a8e3e9216d0af19.tar.gz binutils-25ac7f26dd48640f790f604c7a8e3e9216d0af19.tar.bz2 |
Fix a typo in ChangeLog.
-rw-r--r-- | opcodes/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fb780a1..8f15c52 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -8,7 +8,7 @@ * i386-gen.c (opcode_modifiers): Remove Vex3Sources and Vex2Sources. Add VexSources. - * i386-opc.h ()Vex2Sources: Removed. + * i386-opc.h (Vex2Sources): Removed. (Vex3Sources): Likewise. (VEX2SOURCES): New. (VEX3SOURCES): Likewise. |