[PATCH 7/7] d3d11: Fix typo in TRACE() message.

Józef Kucia jkucia at codeweavers.com
Wed Mar 8 05:07:24 CST 2017


Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 dlls/d3d11/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/device.c b/dlls/d3d11/device.c
index 336692e..c641ccf 100644
--- a/dlls/d3d11/device.c
+++ b/dlls/d3d11/device.c
@@ -2078,7 +2078,7 @@ static void STDMETHODCALLTYPE d3d11_immediate_context_CSGetConstantBuffers(ID3D1
     struct d3d_device *device = device_from_immediate_ID3D11DeviceContext(iface);
     unsigned int i;
 
-    TRACE("iface %p, start_slot %u, buffer_count %u, buffer %p.\n",
+    TRACE("iface %p, start_slot %u, buffer_count %u, buffers %p.\n",
             iface, start_slot, buffer_count, buffers);
 
     wined3d_mutex_lock();
-- 
2.10.2




More information about the wine-patches mailing list