Sync SDL wiki -> header
diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h
index 60f8202..1914f81 100644
--- a/include/SDL_filesystem.h
+++ b/include/SDL_filesystem.h
@@ -61,8 +61,8 @@ extern "C" {
* `/Applications/SDLApp/`
*
* **Nintendo 3DS Specific Functionality**: This function returns "romfs"
- * directory of the application as it is uncommon to store resources
- * outside the executable. As such it is not a writable directory.
+ * directory of the application as it is uncommon to store resources outside
+ * the executable. As such it is not a writable directory.
*
* The returned path is guaranteed to end with a path separator ('\' on
* Windows, '/' on most other platforms).