Fix typo in SDL_filesystem.h

main
Semphriss 2024-02-27 10:44:09 -05:00 committed by Sam Lantinga
parent 0a961915dc
commit 84aaf63bd3
1 changed files with 2 additions and 2 deletions

View File

@ -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