Skip to content

Commit 61d1052

Browse files
committed
Fixed typos
1 parent 7db0ac7 commit 61d1052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/video/kmsdrm/SDL_kmsdrmvideo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,9 +1729,9 @@ bool KMSDRM_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_Propert
17291729
}
17301730

17311731
/* Create the window surfaces with the size we have just chosen.
1732-
Needs the window diverdata in place. */
1732+
Needs the window driverdata in place. */
17331733
if (!KMSDRM_CreateSurfaces(_this, window)) {
1734-
return SDL_SetError("Can't window GBM/EGL surfaces on window creation.");
1734+
return SDL_SetError("Can't create GBM/EGL surfaces on window creation.");
17351735
}
17361736
} // NON-Vulkan block ends.
17371737

0 commit comments

Comments
 (0)