Fix minor typos in headers.

This commit is contained in:
Frank Praznik
2025-12-17 12:56:04 -05:00
parent 63636c8403
commit d028d8bc3b
4 changed files with 4 additions and 4 deletions

View File

@@ -1255,7 +1255,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PremultiplySurfaceAlpha(SDL_Surface *surfac
* This function handles all surface formats, and ignores any clip rectangle.
*
* If the surface is YUV, the color is assumed to be in the sRGB colorspace,
* otherwise the color is assumed to be in the colorspace of the suface.
* otherwise the color is assumed to be in the colorspace of the surface.
*
* \param surface the SDL_Surface to clear.
* \param r the red component of the pixel, normally in the range 0-1.