From c18fa4df6820c668229268b6b1483e0e1905629a Mon Sep 17 00:00:00 2001 From: Allan Tong Date: Thu, 18 Oct 2007 23:40:40 -0400 Subject: [PATCH] wined3d: Fix comment typos in SetMultithreaded. --- dlls/wined3d/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index 5038350820a..056186cdcea 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -2229,11 +2229,11 @@ static void WINAPI IWineD3DDeviceImpl_SetFullscreen(IWineD3DDevice *iface, BOOL This->ddraw_fullscreen = fullscreen; } -/* Enables thead safety in the wined3d device and its resources. Called by DirectDraw - * from SetCooperativeLeven if DDSCL_MULTITHREADED is specified, and by d3d8/9 from +/* Enables thread safety in the wined3d device and its resources. Called by DirectDraw + * from SetCooperativeLevel if DDSCL_MULTITHREADED is specified, and by d3d8/9 from * CreateDevice if D3DCREATE_MULTITHREADED is passed. * - * There is no way to deactivate thread safety once it is enabled + * There is no way to deactivate thread safety once it is enabled. */ static void WINAPI IWineD3DDeviceImpl_SetMultithreaded(IWineD3DDevice *iface) { IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *) iface; -- 2.11.4.GIT