[vkd3d] vkd3d: Fix the spelling of a couple of trace message.

Francois Gouget fgouget at free.fr
Mon Mar 7 08:37:39 CST 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 libs/vkd3d/command.c | 2 +-
 libs/vkd3d/device.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/vkd3d/command.c b/libs/vkd3d/command.c
index e7375fb8..f9b3389f 100644
--- a/libs/vkd3d/command.c
+++ b/libs/vkd3d/command.c
@@ -5982,7 +5982,7 @@ static void STDMETHODCALLTYPE d3d12_command_queue_SetMarker(ID3D12CommandQueue *
 static void STDMETHODCALLTYPE d3d12_command_queue_BeginEvent(ID3D12CommandQueue *iface,
         UINT metadata, const void *data, UINT size)
 {
-    FIXME("iface %p, metatdata %#x, data %p, size %u stub!\n",
+    FIXME("iface %p, metadata %#x, data %p, size %u stub!\n",
             iface, metadata, data, size);
 }
 
diff --git a/libs/vkd3d/device.c b/libs/vkd3d/device.c
index 59fa9af9..1ccd242a 100644
--- a/libs/vkd3d/device.c
+++ b/libs/vkd3d/device.c
@@ -3736,7 +3736,7 @@ static HRESULT STDMETHODCALLTYPE d3d12_device_CreateFence(ID3D12Device *iface,
     struct d3d12_fence *object;
     HRESULT hr;
 
-    TRACE("iface %p, intial_value %#"PRIx64", flags %#x, riid %s, fence %p.\n",
+    TRACE("iface %p, initial_value %#"PRIx64", flags %#x, riid %s, fence %p.\n",
             iface, initial_value, flags, debugstr_guid(riid), fence);
 
     if (FAILED(hr = d3d12_fence_create(device, initial_value, flags, &object)))
-- 
2.30.2




More information about the wine-devel mailing list