]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/56987 (gcc/config/avr/avr.opt:80: "change" -> "changed"?)
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 10 Jul 2013 11:21:41 +0000 (11:21 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 10 Jul 2013 11:21:41 +0000 (11:21 +0000)
PR target/56987
* config/avr/avr.opt (Waddr-space-convert): Fix typo.

From-SVN: r200869

gcc/ChangeLog
gcc/config/avr/avr.opt

index 19016a2016a72382c4dfefb24501dc28f617e380..0b56890f0e234b525092f5c32fa2a8790199af2a 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-10  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/56987
+       * config/avr/avr.opt (Waddr-space-convert): Fix typo.
+
 2013-07-10  Graham Stott  <graham.stott@btinternet.com>
        * config/mips/mips.c (mips_rtx_costs): Very slightly increase
        the cost of MULT when optimizing for size.
index 6b2e755eeb2ca1b90d88e63529b1c1fd7a9b017f..4b990775b7fca2d5565ca5b07bf828e91f388b9e 100644 (file)
@@ -77,4 +77,4 @@ The device has no SPH special function register. This option will be overridden
 
 Waddr-space-convert
 Warning C Report Var(avr_warn_addr_space_convert) Init(0)
-Warn if the address space of an address is change.
+Warn if the address space of an address is changed.