[PATCH 6/7] ddraw: Fix typo in a comment.

Matteo Bruni mbruni at codeweavers.com
Fri Dec 10 13:03:42 CST 2021


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 dlls/ddraw/surface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c
index 09f52b85aed..65e24b0bbcf 100644
--- a/dlls/ddraw/surface.c
+++ b/dlls/ddraw/surface.c
@@ -97,7 +97,7 @@ HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface,
      * while in exclusive mode, since it would get obscured by the popup
      * window. On the other hand, if the current frontbuffer *is* the GDI
      * frontbuffer, that's what's supposed to happen; the popup should obscure
-     * (oart of) the ddraw swapchain window.
+     * (part of) the ddraw swapchain window.
      *
      * This affects the "Deer Hunter" demo, which uses a popup window and GDI
      * draws to draw part of the user interface. See also the "fswindow"
-- 
2.26.3




More information about the wine-devel mailing list