Matteo Bruni : dxgi: Fix a comment typo.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 20 15:20:10 CST 2015


Module: wine
Branch: master
Commit: 5883c9ece3a205f8357a239ec4432408610928d8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5883c9ece3a205f8357a239ec4432408610928d8

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Tue Jan 20 15:47:04 2015 +0100

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 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,
 };




More information about the wine-cvs mailing list