mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-23 22:41:56 +00:00
Fixed typos
This commit is contained in:
parent
7db0ac7380
commit
61d105247e
1 changed files with 2 additions and 2 deletions
|
|
@ -1729,9 +1729,9 @@ bool KMSDRM_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_Propert
|
|||
}
|
||||
|
||||
/* Create the window surfaces with the size we have just chosen.
|
||||
Needs the window diverdata in place. */
|
||||
Needs the window driverdata in place. */
|
||||
if (!KMSDRM_CreateSurfaces(_this, window)) {
|
||||
return SDL_SetError("Can't window GBM/EGL surfaces on window creation.");
|
||||
return SDL_SetError("Can't create GBM/EGL surfaces on window creation.");
|
||||
}
|
||||
} // NON-Vulkan block ends.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue