SDL: Revert "Sync SDL2 wiki -> header" (1c75c)

From 1c75cb4f8a7cc7b0afa8f2ba714ef9d59e775963 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 22 Apr 2025 14:17:22 -0700
Subject: [PATCH] Revert "Sync SDL2 wiki -> header"

This reverts commit 26e946ef08346633700251225262d9b685ac22fb.

Stop it Skynet!
---
 include/SDL_surface.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_surface.h b/include/SDL_surface.h
index 6169e66ebe024..42ea5919af021 100644
--- a/include/SDL_surface.h
+++ b/include/SDL_surface.h
@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
  *
  * This assumes that the source and destination rectangles are the same size.
  * If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
- * `dst`) is copied. The final blit rectangles are saved in `srcrect` and
- * `dstrect` after all clipping is performed.
+ * `dst`) is copied. The final blit rectangle is saved in `dstrect` after
+ * all clipping is performed.
  *
  * The blit function should not be called on a locked surface.
  *