ddraw: Fix a typo in a comment.

This commit is contained in:
Henri Verbeet 2011-04-03 23:35:31 +02:00 committed by Alexandre Julliard
parent 024b5c2245
commit 358f14ee20
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ IDirect3DDeviceImpl_7_QueryInterface(IDirect3DDevice7 *iface,
*obj = iface; *obj = iface;
} }
/* Check DirectDraw Interfacs */ /* Check DirectDraw Interfaces. */
else if( IsEqualGUID( &IID_IDirectDraw7, refiid ) ) else if( IsEqualGUID( &IID_IDirectDraw7, refiid ) )
{ {
*obj = &This->ddraw->IDirectDraw7_iface; *obj = &This->ddraw->IDirectDraw7_iface;