From 1e0473e44f5e21558d75b0121bd935bb50825c26 Mon Sep 17 00:00:00 2001 From: Sintendo <3380580+Sintendo@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:02:37 +0100 Subject: Fix various typos and spelling mistakes --- Source/Core/VideoCommon/VertexManagerBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp') diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index ce6c07ddb1..312b8cb005 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -965,7 +965,7 @@ void VertexManagerBase::OnDraw() void VertexManagerBase::OnCPUEFBAccess() { - // Check this isn't another access without any draws inbetween. + // Check this isn't another access without any draws in between. if (!m_cpu_accesses_this_frame.empty() && m_cpu_accesses_this_frame.back() == m_draw_counter) return; -- cgit v1.2.3