aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz/transformation_add_dead_break_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz/transformation_add_dead_break_test.cpp')
-rw-r--r--test/fuzz/transformation_add_dead_break_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/transformation_add_dead_break_test.cpp b/test/fuzz/transformation_add_dead_break_test.cpp
index 19fac35d..784f0a38 100644
--- a/test/fuzz/transformation_add_dead_break_test.cpp
+++ b/test/fuzz/transformation_add_dead_break_test.cpp
@@ -21,7 +21,7 @@ namespace {
TEST(TransformationAddDeadBreakTest, BreaksOutOfSimpleIf) {
// For a simple if-then-else, checks that some dead break scenarios are
- // possible, and sanity-checks that some illegal scenarios are indeed not
+ // possible, and coherence-checks that some illegal scenarios are indeed not
// allowed.
// The SPIR-V for this test is adapted from the following GLSL, by separating