aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/volatile-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/volatile-1.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/volatile-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/volatile-1.c b/gcc/testsuite/gcc.c-torture/compile/volatile-1.c
index cb81274..2017309 100644
--- a/gcc/testsuite/gcc.c-torture/compile/volatile-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/volatile-1.c
@@ -1,6 +1,6 @@
/* The problem here was that the statements that
loaded from exception.reason where not being
- marked as having volatile behaviour which
+ marked as having volatile behavior which
caused load PRE on the tree level to go
into an infinite loop. */