From: Christian Bruel Date: Thu, 11 Jun 2015 09:06:26 +0000 (+0200) Subject: s/recogniwed/recognized X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41927df0256a8ed9aee931306e92eef26ea6fd8d;p=gcc.git s/recogniwed/recognized From-SVN: r224366 --- diff --git a/gcc/testsuite/gcc.target/arm/attr_arm.c b/gcc/testsuite/gcc.target/arm/attr_arm.c index 7e8d53d68c5..0fca19b27d1 100644 --- a/gcc/testsuite/gcc.target/arm/attr_arm.c +++ b/gcc/testsuite/gcc.target/arm/attr_arm.c @@ -1,4 +1,4 @@ -/* Check that attribute target arm is recogniwed. */ +/* Check that attribute target arm is recognized. */ /* { dg-do compile } */ /* { dg-require-effective-target arm_arm_ok } */ /* { dg-options "-O2" } */ diff --git a/gcc/testsuite/gcc.target/arm/attr_thumb.c b/gcc/testsuite/gcc.target/arm/attr_thumb.c index 013402190ff..8b19da02015 100644 --- a/gcc/testsuite/gcc.target/arm/attr_thumb.c +++ b/gcc/testsuite/gcc.target/arm/attr_thumb.c @@ -1,4 +1,4 @@ -/* Check that attribute target thumb is recogniwed. */ +/* Check that attribute target thumb is recognized. */ /* { dg-do compile } */ /* { dg-require-effective-target arm_thumb2_ok } */ /* { dg-options "-O2" } */