Module: wine Branch: master Commit: aeeaad0ea5cec70a9fd1761a82929933ed0c541d URL: https://gitlab.winehq.org/wine/wine/-/commit/aeeaad0ea5cec70a9fd1761a8292993...
Author: Francois Gouget fgouget@free.fr Date: Wed Jul 26 11:41:39 2023 +0200
dxgi: Fix a typo in a comment.
---
dlls/dxgi/swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dxgi/swapchain.c b/dlls/dxgi/swapchain.c index 64c5958f780..d567056062e 100644 --- a/dlls/dxgi/swapchain.c +++ b/dlls/dxgi/swapchain.c @@ -2180,7 +2180,7 @@ static HRESULT d3d12_swapchain_op_present_execute(struct d3d12_swapchain *swapch if (swapchain->frame_latency_fence) { /* Use the same bias as d3d12_swapchain_present(). Add one to - * account for the "++swapchain->frame_numer" there. */ + * account for the "++swapchain->frame_number" there. */ uint64_t number = op->present.frame_number + DXGI_MAX_SWAP_CHAIN_BUFFERS + 1;
if (FAILED(hr = ID3D12CommandQueue_Signal(swapchain->command_queue,