summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-17 19:02:37 +0100
committerSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-17 20:11:38 +0100
commit1e0473e44f5e21558d75b0121bd935bb50825c26 (patch)
tree09ddd41f1d76589db003550271f2a74d58b271ab /Source/Core/VideoCommon/VertexManagerBase.cpp
parent9ec1d70f513a3e71b64fe08f7ba4e52df3d060a2 (diff)
Fix various typos and spelling mistakes
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp2
1 files changed, 1 insertions, 1 deletions
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;