Henri Verbeet : ddraw: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Mon Apr 4 10:10:51 CDT 2011


Module: wine
Branch: master
Commit: 358f14ee20e59e5278ec6f1f5d492ddfe512c614
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=358f14ee20e59e5278ec6f1f5d492ddfe512c614

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sun Apr  3 23:35:31 2011 +0200

ddraw: Fix a typo in a comment.

---

 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;




More information about the wine-cvs mailing list