SDL: Fixed typo in description

From 2c22d7204cd5c0e1c18f536c62e90acc258d3f83 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 11 Jul 2022 08:44:49 -0700
Subject: [PATCH] Fixed typo in description

---
 include/SDL_filesystem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h
index 16f02e287dd..a7606bde2aa 100644
--- a/include/SDL_filesystem.h
+++ b/include/SDL_filesystem.h
@@ -92,7 +92,7 @@ extern DECLSPEC char *SDLCALL SDL_GetBasePath(void);
  *
  * `C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\`
  *
- * On Linux, the string might look like"
+ * On Linux, the string might look like:
  *
  * `/home/bob/.local/share/My Program Name/`
  *