SDL: SDL_log.h: Use ASCII characters.

From f317581c91961ee628446886dd4df87e9c16ac79 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 4 Sep 2024 14:56:40 +0300
Subject: [PATCH] SDL_log.h: Use ASCII characters.

(was missed in commit 7ca676aeed for issue #10636)
---
 include/SDL3/SDL_log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_log.h b/include/SDL3/SDL_log.h
index deda238c50aca..2906cd3fd0f7e 100644
--- a/include/SDL3/SDL_log.h
+++ b/include/SDL3/SDL_log.h
@@ -22,7 +22,7 @@
 /**
  * # CategoryLog
  *
- * Simple log messages with priorities and categories. A message’s
+ * Simple log messages with priorities and categories. A message's
  * SDL_LogPriority signifies how important the message is. A message's
  * SDL_LogCategory signifies from what domain it belongs to. Every category
  * has a minimum priority specified: when a message belongs to that category,