aboutsummaryrefslogtreecommitdiff
path: root/test/opt/loop_optimizations/loop_fission.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/loop_optimizations/loop_fission.cpp')
-rw-r--r--test/opt/loop_optimizations/loop_fission.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/loop_optimizations/loop_fission.cpp b/test/opt/loop_optimizations/loop_fission.cpp
index 55b9c263..bc3ec39b 100644
--- a/test/opt/loop_optimizations/loop_fission.cpp
+++ b/test/opt/loop_optimizations/loop_fission.cpp
@@ -692,7 +692,7 @@ SetDisassembleOptions(SPV_BINARY_TO_TEXT_OPTION_NO_HEADER);
SinglePassRunAndCheck<LoopFissionPass>(source, expected, true);
// By passing 1 as argument we are using the constructor which makes the
-// critera to split the loop be if the registers in the loop exceede 1. By
+// criteria to split the loop be if the registers in the loop exceede 1. By
// using this constructor we are also enabling multiple passes (disabled by
// default).
SinglePassRunAndCheck<LoopFissionPass>(source, expected_multiple_passes, true,