vkd3d: Fix a few typos in the comments.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov
2024-08-17 00:21:21 +02:00
committed by Henri Verbeet
parent 4467c655f0
commit d1b8a7e745
Notes: Henri Verbeet 2024-08-19 14:30:10 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1002
7 changed files with 12 additions and 12 deletions

View File

@@ -410,7 +410,7 @@ struct hlsl_attribute
/* Reservation of a register and/or an offset for objects inside constant buffers, to be used as a
* starting point of their allocation. They are available through the register(·) and the
* packoffset(·) syntaxes, respectivelly.
* packoffset(·) syntaxes, respectively.
* The constant buffer offset is measured register components. */
struct hlsl_reg_reservation
{
@@ -456,7 +456,7 @@ struct hlsl_ir_var
* This pointer is NULL for others. */
struct hlsl_default_value
{
/* Default value, in case the component is a string, othewise it is NULL. */
/* Default value, in case the component is a string, otherwise it is NULL. */
const char *string;
/* Default value, in case the component is a numeric value. */
union hlsl_constant_value_component number;