From 84aaf63bd31eebdc071877f1f949fd2bba9e80a1 Mon Sep 17 00:00:00 2001
From: Semphriss <[EMAIL REDACTED]>
Date: Tue, 27 Feb 2024 10:44:09 -0500
Subject: [PATCH] Fix typo in SDL_filesystem.h
---
include/SDL3/SDL_filesystem.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h
index 8ee4d2c27a64..8030c04354a7 100644
--- a/include/SDL3/SDL_filesystem.h
+++ b/include/SDL3/SDL_filesystem.h
@@ -206,8 +206,8 @@ typedef enum
} SDL_Folder;
/**
- * Finds the most suitable user folder for @p purpose, and returns its path in
- * OS-specific notation.
+ * Finds the most suitable user folder for the specified purpose, and returns
+ * its path in OS-specific notation.
*
* Many OSes provide certain standard folders for certain purposes, such as
* storing pictures, music or videos for a certain user. This function gives