d3d11: Fix typo in TRACE() message.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2017-03-08 12:07:24 +01:00 committed by Alexandre Julliard
parent c7f3308db7
commit 918521109b
1 changed files with 1 additions and 1 deletions

View File

@ -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();