diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 2013-10-17 20:30:34 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2013-10-17 20:30:34 +0000 |
commit | 358e1993d0b76b2643aee7565e2c5aef38a369ae (patch) | |
tree | e4f4f10cd34b6eefa58a75c39e600e97108042f6 | |
parent | 18acfbe18f3dfc771b48f606ef47ea8291ee5c39 (diff) | |
download | gcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.zip gcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.tar.gz gcc-358e1993d0b76b2643aee7565e2c5aef38a369ae.tar.bz2 |
Fix typo in ChangeLog
From-SVN: r203797
-rw-r--r-- | gcc/ChangeLog | 4 |
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> |