SDL: Remove 'malloc' from comment (e72be)

From e72beeb2a0bc2b39111075ff42dc45f7a16686a8 Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Mon, 22 Nov 2021 16:40:29 +0100
Subject: [PATCH] Remove 'malloc' from comment

---
 src/events/SDL_gesture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/SDL_gesture.c b/src/events/SDL_gesture.c
index c85b8dca216..a096232b02e 100644
--- a/src/events/SDL_gesture.c
+++ b/src/events/SDL_gesture.c
@@ -32,7 +32,7 @@
 #include <stdio.h>
 */
 
-/* TODO: Replace with malloc */
+/* TODO: Replace with SDL_malloc */
 
 #define MAXPATHSIZE 1024