aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>2013-10-17 20:30:34 +0000
committerMichael Meissner <meissner@gcc.gnu.org>2013-10-17 20:30:34 +0000
commit358e1993d0b76b2643aee7565e2c5aef38a369ae (patch)
treee4f4f10cd34b6eefa58a75c39e600e97108042f6 /gcc
parent18acfbe18f3dfc771b48f606ef47ea8291ee5c39 (diff)
downloadgcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.zip
gcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.tar.gz
gcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.tar.bz2
Fix typo in ChangeLog
From-SVN: r203797
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0c53f55..b4e88e2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -4084,8 +4084,8 @@
instructions.
(ww constraint): Likewise.
(wy constraint): Likewise.
- (wv constraint): Repurpose ISA 2.07 constraint that we not used in
- the previous submissions.
+ (wv constraint): Repurpose ISA 2.07 constraint that we did not use
+ in the previous submissions.
* doc/md.texi (PowerPC and IBM RS6000): Likewise.
2013-09-23 Richard Sandiford <rdsandiford@googlemail.com>