aboutsummaryrefslogtreecommitdiff
path: root/test/opt/graphics_robust_access_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/graphics_robust_access_test.cpp')
-rw-r--r--test/opt/graphics_robust_access_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/graphics_robust_access_test.cpp b/test/opt/graphics_robust_access_test.cpp
index d38571e7..c4b089bb 100644
--- a/test/opt/graphics_robust_access_test.cpp
+++ b/test/opt/graphics_robust_access_test.cpp
@@ -1323,7 +1323,7 @@ TEST_F(GraphicsRobustAccessTest,
// Split the address calculation across two access chains. Force
// the transform to walk up the access chains to find the base variable.
// This time, put the different access chains in different basic blocks.
- // This sanity checks that we keep the instruction-to-block mapping
+ // This coherence-checks that we keep the instruction-to-block mapping
// consistent.
for (auto* ac : AccessChains()) {
std::ostringstream shaders;