[vulkan] Fix a typo in a comment

Double "the"
This commit is contained in:
Bill Currie 2023-03-02 18:34:10 +09:00
parent 9d63d4901f
commit c0048c14b3

View file

@ -428,8 +428,8 @@ particles_update (qfv_renderframe_t *rFrame)
// two buffers over the system buffer. This avoids either buffer being
// just past the end of the staging buffer (which the validation layers
// (correctly) do not like).
// This is fine because the two buffers are only read by the the
// compute shader.
// This is fine because the two buffers are only read by the compute
// shader.
partsize = paramsize = syssize;
partoffs = paramoffs = 0;
}