vkd3d-shader: Fix a few typos in the comments.

This commit is contained in:
Nikolay Sivov
2023-03-08 02:04:37 +01:00
committed by Alexandre Julliard
parent 8509ec1e72
commit 4110f1e547
Notes: Alexandre Julliard 2023-03-15 20:17:42 +01:00
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Francisco Casas (@fcasas)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/118
3 changed files with 9 additions and 9 deletions

View File

@@ -947,7 +947,7 @@ void hlsl_cleanup_deref(struct hlsl_deref *deref)
hlsl_src_remove(&deref->offset);
}
/* Initializes a simple variable derefence, so that it can be passed to load/store functions. */
/* Initializes a simple variable dereference, so that it can be passed to load/store functions. */
void hlsl_init_simple_deref_from_var(struct hlsl_deref *deref, struct hlsl_ir_var *var)
{
memset(deref, 0, sizeof(*deref));