From 358f14ee20e59e5278ec6f1f5d492ddfe512c614 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Sun, 3 Apr 2011 23:35:31 +0200 Subject: [PATCH] ddraw: Fix a typo in a comment. --- dlls/ddraw/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c index 9f8a6ddef9a..2c85659319a 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;