Fix various typos and spelling mistakes

This commit is contained in:
Sintendo
2026-01-17 19:02:37 +01:00
parent 9ec1d70f51
commit 1e0473e44f
101 changed files with 245 additions and 243 deletions

View File

@@ -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