summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2007-03-23 10:44:08 +0000
committerMark Shinwell <shinwell@codesourcery.com>2007-03-23 10:44:08 +0000
commit352251574bddd6c0bd807ac15ac177733b5ca056 (patch)
tree90fad8c73d87447616c3bca040a6920fb556f1ba
parent738755b09abcd97a6869857116135a38cdfd9bea (diff)
downloadbinutils-gdb-352251574bddd6c0bd807ac15ac177733b5ca056.tar.gz
Typo correction.
-rw-r--r--gas/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f66b59b0677..3d1f3371c56 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,6 +1,6 @@
2007-03-23 Mark Shinwell <shinwell@codesourcery.com>
- * config/tc-arm.c (md_apply_fix): Turn CZB instructions that
+ * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
attempt to jump to the next instruction into NOPs.
2007-03-23 Alan Modra <amodra@bigpond.net.au>