diff mbox

[committed,SH] Fix comment typo

Message ID 1330636921.2929.200.camel@yam-132-YW-E178-FTW
State New
Headers show

Commit Message

Oleg Endo March 1, 2012, 9:22 p.m. UTC
Just committed the attached patch as obvious.

Cheers,
Oleg

2012-03-01  Oleg Endo  <olegendo@gcc.gnu.org>

	* config/sh/constraints.md: Fix comment typo.

Comments

Kaz Kojima March 1, 2012, 9:49 p.m. UTC | #1
Oleg Endo <oleg.endo@t-online.de> wrote:
> Just committed the attached patch as obvious.
> 
> Cheers,
> Oleg
> 
> 2012-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
> 
> 	* config/sh/constraints.md: Fix comment typo.

Updating copyright years is needed.

Regards,
	kaz
diff mbox

Patch

Index: gcc/config/sh/constraints.md
===================================================================
--- gcc/config/sh/constraints.md	(revision 184757)
+++ gcc/config/sh/constraints.md	(working copy)
@@ -139,7 +139,7 @@ 
        (match_test "ival >= 0 && ival <= 255")))
  
 (define_constraint "K12"
-  "An unsigned 8-bit constant, as used in SH2A 12-bit displacement addressing."
+  "An unsigned 12-bit constant, as used in SH2A 12-bit displacement addressing."
   (and (match_code "const_int")
        (match_test "ival >= 0 && ival <= 4095")))