aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/87_dead_code.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/87_dead_code.c')
-rw-r--r--tests/tests2/87_dead_code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests2/87_dead_code.c b/tests/tests2/87_dead_code.c
index 92983f5..98d4566 100644
--- a/tests/tests2/87_dead_code.c
+++ b/tests/tests2/87_dead_code.c
@@ -9,7 +9,7 @@ static void kb_wait_1(void)
/* Here the else arm is a statement expression that's supposed
to be suppressed. The label inside the while would unsuppress
code generation again if not handled correctly. And that
- would wreak havok to the cond-expression because there's no
+ would wreak havoc to the cond-expression because there's no
jump-around emitted, the whole statement expression really
needs to not generate code (perhaps except useless forward jumps). */
(1 ?