SDL: Fixed the documentation for consistency.

From 93c27a667593e151e07c8fbc1441d1065d791a1d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 3 Oct 2024 22:53:47 -0700
Subject: [PATCH] Fixed the documentation for consistency.

---
 include/SDL3/SDL_video.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 6c85ed325006e..1d08e64a118ac 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -2795,11 +2795,11 @@ extern SDL_DECLSPEC SDL_EGLSurface SDLCALL SDL_EGL_GetWindowSurface(SDL_Window *
  * NOTE: These callback pointers will be reset after SDL_GL_ResetAttributes.
  *
  * \param platformAttribCallback callback for attributes to pass to
- *                               eglGetPlatformDisplay. May be NULL.
+ *                               eglGetPlatformDisplay, may be NULL.
  * \param surfaceAttribCallback callback for attributes to pass to
- *                              eglCreateSurface. May be NULL.
+ *                              eglCreateSurface, may be NULL.
  * \param contextAttribCallback callback for attributes to pass to
- *                              eglCreateContext. May be NULL.
+ *                              eglCreateContext, may be NULL.
  * \param userdata a pointer that is passed to the callbacks.
  *
  * \since This function is available since SDL 3.0.0.