[PATCH 3/5] ddraw: Fix a typo in a comment.

Henri Verbeet hverbeet at codeweavers.com
Sun Apr 3 16:35:31 CDT 2011


---
 dlls/ddraw/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c
index 9f8a6dd..2c85659 100644
--- a/dlls/ddraw/device.c
+++ b/dlls/ddraw/device.c
@@ -116,7 +116,7 @@ IDirect3DDeviceImpl_7_QueryInterface(IDirect3DDevice7 *iface,
         *obj = iface;
     }
 
-    /* Check DirectDraw Interfacs */
+    /* Check DirectDraw Interfaces. */
     else if( IsEqualGUID( &IID_IDirectDraw7, refiid ) )
     {
         *obj = &This->ddraw->IDirectDraw7_iface;
-- 
1.7.3.4




More information about the wine-patches mailing list