aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index c66575de8..571d1000c 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -1019,7 +1019,7 @@ HRESULT ScintillaWin::CreateSwapChain(HWND hwnd) {
if (FAILED(hr))
return hr;
- // All successful so export swap chain for later presentation
+ // All successful so export swap chain for later presentation
pDXGISwapChain = std::move(pSwapChain);
return S_OK;
}