Parcourir la source

[KMSDRM] Correct comment typo.

Vanfanel il y a 4 ans
Parent
commit
8638674a87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/video/kmsdrm/SDL_kmsdrmopengles.c

+ 1 - 1
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;