[PATCH 1/5] dxgi: Fix a comment typo.

Matteo Bruni mbruni at codeweavers.com
Tue Jan 20 08:47:04 CST 2015


---
 dlls/dxgi/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dxgi/device.c b/dlls/dxgi/device.c
index 7976a91..a6f72ca 100644
--- a/dlls/dxgi/device.c
+++ b/dlls/dxgi/device.c
@@ -326,7 +326,7 @@ static const struct IWineDXGIDeviceVtbl dxgi_device_vtbl =
     dxgi_device_QueryResourceResidency,
     dxgi_device_SetGPUThreadPriority,
     dxgi_device_GetGPUThreadPriority,
-    /* IWineDXGIAdapter methods */
+    /* IWineDXGIDevice methods */
     dxgi_device_create_surface,
     dxgi_device_create_swapchain,
 };
-- 
2.0.5




More information about the wine-patches mailing list