SDL: Fix function comment

From d46cc18afc5452e82b684bf85946a7fa625e7a3c Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Tue, 1 Feb 2022 11:35:26 +0100
Subject: [PATCH] Fix function comment

---
 include/SDL_system.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_system.h b/include/SDL_system.h
index 7b7b3be45a1..68b928e137e 100644
--- a/include/SDL_system.h
+++ b/include/SDL_system.h
@@ -426,8 +426,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permis
 extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);
 
 /**
- * Send a user command to SDLActivity override "boolean
- * onUnhandledMessage(Message msg)" to handle the message
+ * Send a user command to SDLActivity. Override "boolean
+ * onUnhandledMessage(Message msg)" to handle the message.
  *
  * \param command user command that must be greater or equal to 0x8000
  * \param param user parameter