[PATCH] wined3d: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu Aug 26 07:50:14 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wined3d/query.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/wined3d/query.c b/dlls/wined3d/query.c
index 53a6b0ffca0..9abea2cb1f5 100644
--- a/dlls/wined3d/query.c
+++ b/dlls/wined3d/query.c
@@ -1682,9 +1682,9 @@ static BOOL wined3d_query_vk_issue(struct wined3d_query *query, uint32_t flags)
             return false;
         }
 
-        /* A query need to either begin and end inside a single render pass,
-         * or begin and end ouside of a render pass. Occlusion queries, if issued
-         * ouside of a render pass, are queued up and only begun when a render
+        /* A query needs to either begin and end inside a single render pass,
+         * or begin and end outside of a render pass. Occlusion queries, if issued
+         * outside of a render pass, are queued up and only begun when a render
          * pass is started, to avoid interrupting it when the query ends. */
         if (context_vk->vk_render_pass)
         {
-- 
2.20.1




More information about the wine-devel mailing list