Skip to content

Commit 9dc6c6e

Browse files
icculusKontrabant
andauthored
Update src/video/kmsdrm/SDL_kmsdrmopengles.c
Co-authored-by: Frank Praznik <[email protected]>
1 parent 4f79d4c commit 9dc6c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video/kmsdrm/SDL_kmsdrmopengles.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static EGLSyncKHR create_fence(SDL_VideoDevice *_this, int fd)
115115
/* Comments about buffer access protection mechanism (=fences) are the ones boxed. */
116116
/* Also, DON'T remove the asserts: if a fence-related call fails, it's better that */
117117
/* program exits immediately, or we could leave KMS waiting for a failed/missing */
118-
/* fence forevever. */
118+
/* fence forever. */
119119
/***********************************************************************************/
120120
static bool KMSDRM_GLES_SwapWindowFenced(SDL_VideoDevice *_this, SDL_Window * window)
121121
{

0 commit comments

Comments
 (0)