From 558be82b237c02bad290bc8b0e083166fadcc6b6 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 18 Mar 2022 07:41:21 -0700
Subject: [PATCH] Fixed comment typo
---
src/SDL12_compat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index c285842..4c132c7 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -6714,7 +6714,7 @@ DECLSPEC void SDLCALL
SDL_GL_SwapBuffers(void)
{
if (VideoWindow20) {
- /* Some applications, e.g. Awesomenauts, play with glXMakeCurrent() behind out backs and break SwapBuffers() */
+ /* Some applications, e.g. Awesomenauts, play with glXMakeCurrent() behind our backs and break SwapBuffers() */
if (ForceGLSwapBufferContext) {
SDL20_GL_MakeCurrent(VideoWindow20, VideoGLContext20);
}