From af1f91cb36dee394d08d8d1c7528fcdd8a629432 Mon Sep 17 00:00:00 2001 From: Manuel Alfayate Corchete Date: Sat, 19 Dec 2020 20:21:07 +0100 Subject: [PATCH] [Video/KMSDRM] Correct typo. --- src/video/kmsdrm/SDL_kmsdrmvulkan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/kmsdrm/SDL_kmsdrmvulkan.c b/src/video/kmsdrm/SDL_kmsdrmvulkan.c index e026f7d46..b3160ed66 100644 --- a/src/video/kmsdrm/SDL_kmsdrmvulkan.c +++ b/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;