From 41927df0256a8ed9aee931306e92eef26ea6fd8d Mon Sep 17 00:00:00 2001 From: Christian Bruel Date: Thu, 11 Jun 2015 11:06:26 +0200 Subject: [PATCH] s/recogniwed/recognized From-SVN: r224366 --- gcc/testsuite/gcc.target/arm/attr_arm.c | 2 +- gcc/testsuite/gcc.target/arm/attr_thumb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } */ -- 2.30.2