mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-24 00:40:14 +00:00
Fix comment typo found by protobufs linter (#2884)
This commit is contained in:
parent
47e354b0c2
commit
d06fe08489
@ -350,7 +350,7 @@ message TransformationReplaceBooleanConstantWithConstantBinary {
|
||||
|
||||
message TransformationReplaceConstantWithUniform {
|
||||
|
||||
// Replaces a use of a constant id with the the result of a load from an
|
||||
// Replaces a use of a constant id with the result of a load from an
|
||||
// element of uniform buffer known to hold the same value as the constant
|
||||
|
||||
// A descriptor for the id we would like to replace
|
||||
|
Loading…
Reference in New Issue
Block a user