[PATCH] d3d8/tests: Fix a typo in a comment.

Francois Gouget fgouget at free.fr
Tue Apr 17 20:23:50 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/d3d8/tests/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d8/tests/device.c b/dlls/d3d8/tests/device.c
index 8dbd4646254..5fa0d59e60d 100644
--- a/dlls/d3d8/tests/device.c
+++ b/dlls/d3d8/tests/device.c
@@ -8615,7 +8615,7 @@ static void test_device_caps(void)
             | D3DCAPS2_CANMANAGERESOURCE | D3DCAPS2_DYNAMICTEXTURES | D3DCAPS2_FULLSCREENGAMMA
             | D3DCAPS2_NO2DDURING3DSCENE | D3DCAPS2_RESERVED)),
             "Caps2 field has unexpected flags %#x.\n", caps.Caps2);
-    /* Nvidia returns that 0x400 flag, which is is probably Vista+
+    /* Nvidia returns that 0x400 flag, which is probably Vista+
      * D3DCAPS3_DXVAHD from d3d9caps.h */
     /* AMD doesn't filter all the ddraw / d3d9 caps. Consider that behavior
      * broken. */
-- 
2.17.0




More information about the wine-devel mailing list