SDL: [KMSDRM] Correct comment typo.

From 8638674a87c5ea92a87240f8f562ed1c437d1e0c Mon Sep 17 00:00:00 2001
From: Vanfanel <[EMAIL REDACTED]>
Date: Thu, 18 Mar 2021 13:55:58 +0100
Subject: [PATCH] [KMSDRM] Correct comment typo.

---
 src/video/kmsdrm/SDL_kmsdrmopengles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/kmsdrm/SDL_kmsdrmopengles.c b/src/video/kmsdrm/SDL_kmsdrmopengles.c
index 340b1abca..ee7e3923d 100644
--- a/src/video/kmsdrm/SDL_kmsdrmopengles.c
+++ b/src/video/kmsdrm/SDL_kmsdrmopengles.c
@@ -93,7 +93,7 @@ KMSDRM_GLES_SwapWindow(_THIS, SDL_Window * window) {
     KMSDRM_FBInfo *fb_info;
     int ret = 0;
 
-    /* Always wait for the previous issued flip before issing a new one,
+    /* Always wait for the previous issued flip before issuing a new one,
        even if you do async flips. */
     uint32_t flip_flags = DRM_MODE_PAGE_FLIP_EVENT;