Skip to content

Commit b9d4f9e

Browse files
Ristovskispencer-lunarg
authored andcommitted
layers: Grammar fix
1 parent 25a3751 commit b9d4f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layers/core_checks/cc_spirv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ bool CoreChecks::ValidatePushConstantUsage(const spirv::Module& module_state, co
195195
skip |= LogError(
196196
GetSpirvInterfaceVariableVUID(loc, vvl::SpirvInterfaceVariableError::PushConstantRange_10069), objlist, loc,
197197
"shader %s has a push constant buffer Block with range [%" PRIu32 ", %" PRIu32
198-
"] which outside the VkPushConstantRange of [%" PRIu32 ", %" PRIu32 "].",
198+
"] which is outside the VkPushConstantRange of [%" PRIu32 ", %" PRIu32 "].",
199199
entrypoint.Describe().c_str(), push_constant_variable->offset, push_constant_end, range.offset, range_end);
200200
break;
201201
}

0 commit comments

Comments
 (0)