From 8add3f24c9843a80ddb4dc800dc3b3c942a6267d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 15 Apr 2019 19:50:18 -0700 Subject: Fixed grammatic error plus few minor updates --- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp index d5f074c5..ea121585 100755 --- a/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp @@ -1746,7 +1746,7 @@ namespace Diligent void DeviceContextD3D11Impl::SignalFence(IFence* pFence, Uint64 Value) { - VERIFY(!m_bIsDeferred, "Fence can only be signalled from immediate context"); + VERIFY(!m_bIsDeferred, "Fence can only be signaled from immediate context"); auto* pd3d11Device = m_pDevice.RawPtr()->GetD3D11Device(); D3D11_QUERY_DESC QueryDesc = {}; QueryDesc.Query = D3D11_QUERY_EVENT; // Determines whether or not the GPU is finished processing commands. -- cgit v1.2.3