SDL_KMSDRMOPENGLES.H: Correct spelling mistakes

begining -> beginning
beggining -> beginning
This commit is contained in:
Hubert Maier 2022-10-30 08:53:34 +01:00 committed by Ryan C. Gordon
parent 8b9c82e140
commit 678ef7977f
1 changed files with 2 additions and 2 deletions

View File

@ -180,11 +180,11 @@ KMSDRM_GLES_SwapWindow(_THIS, SDL_Window * window) {
}
/* Wait immediately for vsync (as if we only had two buffers).
Even if we are already doing a WaitPageflip at the begining of this
Even if we are already doing a WaitPageflip at the beginning of this
function, this is NOT redundant because here we wait immediately
after submitting the image to the screen, reducing lag, and if
we have waited here, there won't be a pending pageflip so the
WaitPageflip at the beggining of this function will be a no-op.
WaitPageflip at the beginning of this function will be a no-op.
Just leave it here and don't worry.
Run your SDL2 program with "SDL_KMSDRM_DOUBLE_BUFFER=1 <program_name>"
to enable this. */