mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
ddraw: Fix a typo in a comment.
This commit is contained in:
parent
024b5c2245
commit
358f14ee20
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user