Skip to content
Snippets Groups Projects
Commit 358f14ee authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

ddraw: Fix a typo in a comment.

parent 024b5c22
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment