summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr17055-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr17055-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr17055-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr17055-1.c b/gcc/testsuite/gcc.dg/pr17055-1.c
index d550076d6bd..31037ab2663 100644
--- a/gcc/testsuite/gcc.dg/pr17055-1.c
+++ b/gcc/testsuite/gcc.dg/pr17055-1.c
@@ -3,7 +3,7 @@
/* { dg-options "-O2 -ffast-math" } */
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
-/* This test used to abort, beacuse we do an "integer" fold to zero, i.e.
+/* This test used to abort, because we do an "integer" fold to zero, i.e.
x - x = (T)0 where T is the type of x. Unfortunately, fold_convert
was unable to convert integer_zero_node to the appropriate vector type. */