nvk: Fix two typos in comments

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32086>
This commit is contained in:
M Henning
2024-11-11 19:34:59 -05:00
committed by Marge Bot
parent 05770374a3
commit 68cdcf5bbc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ nvk_bind_descriptor_sets(struct nvk_cmd_buffer *cmd,
0, NVK_MAX_SETS,
set_dynamic_buffer_start);
/* Fro the Vulkan 1.3.275 spec:
/* From the Vulkan 1.3.275 spec:
*
* "When binding a descriptor set (see Descriptor Set Binding) to
* set number N...
+1 -1
View File
@@ -53,7 +53,7 @@ struct nvk_root_descriptor_table {
struct nvk_buffer_address sets[NVK_MAX_SETS];
/* For each descriptor set, the index in dynamic_buffers where that set's
* the dynamic buffers start. This is maintained for every set, regardless
* dynamic buffers start. This is maintained for every set, regardless
* of whether or not anything is bound there.
*/
uint8_t set_dynamic_buffer_start[NVK_MAX_SETS];