SDL: reword SDL_BlitSurfaceScaled param

From c623bd2fdcca29c513f5b68e7bd89368929ee564 Mon Sep 17 00:00:00 2001
From: Erik Scholz <[EMAIL REDACTED]>
Date: Sat, 20 Apr 2024 16:46:51 +0200
Subject: [PATCH] reword SDL_BlitSurfaceScaled param

so it will link to the type in the docs/wiki
---
 include/SDL3/SDL_surface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index ef2f91e8e9b6d..4505047afe50a 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -984,7 +984,7 @@ extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, const SDL_Rect *sr
  * \param dstrect the SDL_Rect structure representing the target rectangle in
  *                the destination surface, filled with the actual rectangle
  *                used after clipping
- * \param scaleMode scale algorithm to be used
+ * \param scaleMode the SDL_ScaleMode to be used
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *