From 5883c9ece3a205f8357a239ec4432408610928d8 Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Tue, 20 Jan 2015 15:47:04 +0100 Subject: [PATCH] dxgi: Fix a comment typo. --- 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 7976a91d28b..a6f72cae375 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.11.4.GIT