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/VideoBackends/OGL/OGLStreamBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/OGL/OGLStreamBuffer.cpp') diff --git a/Source/Core/VideoBackends/OGL/OGLStreamBuffer.cpp b/Source/Core/VideoBackends/OGL/OGLStreamBuffer.cpp index 1a14833f28..a0e18d7287 100644 --- a/Source/Core/VideoBackends/OGL/OGLStreamBuffer.cpp +++ b/Source/Core/VideoBackends/OGL/OGLStreamBuffer.cpp @@ -42,7 +42,7 @@ StreamBuffer::~StreamBuffer() * The next three functions are to create/delete/use the OpenGL synchronization. * ARB_sync (OpenGL 3.2) is used and required. * - * To reduce overhead, the complete buffer is splitted up into SYNC_POINTS chunks. + * To reduce overhead, the complete buffer is split up into SYNC_POINTS chunks. * For each of this chunks, there is a fence which checks if this chunk is still in use. * * As our API allows to alloc more memory then it has to use, we have to catch how much is already -- cgit v1.2.3