aboutsummaryrefslogtreecommitdiff
path: root/source/fuzz/transformation_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fuzz/transformation_store.h')
-rw-r--r--source/fuzz/transformation_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fuzz/transformation_store.h b/source/fuzz/transformation_store.h
index 5b55ce6c..638713bb 100644
--- a/source/fuzz/transformation_store.h
+++ b/source/fuzz/transformation_store.h
@@ -38,7 +38,7 @@ class TransformationStore : public Transformation {
// - |message_.is_atomic| must be true if want to work with OpAtomicStore.
// - If |is_atomic| is true then |message_memory_scope_id| must be the id of
// an OpConstant 32 bit integer instruction with the value
- // spv::Scope::Invocation.
+ // SpvScopeInvocation.
// - If |is_atomic| is true then |message_.memory_semantics_id| must be the id
// of an OpConstant 32 bit integer instruction with the values
// SpvMemorySemanticsWorkgroupMemoryMask or