[PATCH 1/9] ddraw/tests: Fix a typo in a comment.

Matteo Bruni mbruni at codeweavers.com
Mon Nov 18 09:59:40 CST 2019


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

diff --git a/dlls/ddraw/tests/ddraw7.c b/dlls/ddraw/tests/ddraw7.c
index 7c46f33cb7a..8875fde7f89 100644
--- a/dlls/ddraw/tests/ddraw7.c
+++ b/dlls/ddraw/tests/ddraw7.c
@@ -16593,7 +16593,7 @@ static void test_surface_format_conversion_alpha(void)
                 {16}, {0x0000f800}, {0x000007e0}, {0x0000001f}, {0x00000000}
             },
             "R5G6B5", 2, 4, 4, 0, TRUE,
-            /* Looks broken for sysmem texture convertions on Windows (at
+            /* Looks broken for sysmem texture conversions on Windows (at
              * least with hardware device), the result is either error from
              * _Blt() or a copy of the source data without any conversion. */
         },
-- 
2.21.0




More information about the wine-devel mailing list