Pārlūkot izejas kodu

[Video/KMSDRM] Correct typo.

Manuel Alfayate Corchete 4 gadi atpakaļ
vecāks
revīzija
af1f91cb36
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/video/kmsdrm/SDL_kmsdrmvulkan.c

+ 1 - 1
src/video/kmsdrm/SDL_kmsdrmvulkan.c

@@ -207,7 +207,7 @@ SDL_bool KMSDRM_Vulkan_CreateSurface(_THIS,
        a device index, which determines the GPU to use, but not the output.
        So we simply use the first connected output (ie, the first connected
        video output) for now.
-       In other words, change this index to select a different input. Easy! */
+       In other words, change this index to select a different output. Easy! */
     int display_index = 0;
 
     int i;