diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/arm/attr_arm.c | 2 | ||||
-rw-r--r-- | 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 7e8d53d..0fca19b 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 0134021..8b19da0 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" } */ |