Skip to content

Commit ece6a6e

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 7f9ee31 commit ece6a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3/SDL_stdinc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
* between Windows and Linux builds, or itoa() only existing on some
3333
* platforms.
3434
*
35-
* For many of the most common functions, like SDL_memcpy, SDL might just
36-
* call through to the usual C runtime behind the scenes, if it makes sense to
37-
* do so (if it's faster and always available/reliable on a given platform),
35+
* For many of the most common functions, like SDL_memcpy, SDL might just call
36+
* through to the usual C runtime behind the scenes, if it makes sense to do
37+
* so (if it's faster and always available/reliable on a given platform),
3838
* reducing library size and offering the most optimized option.
3939
*
4040
* SDL also offers other C-runtime-adjacent functionality in this header that

0 commit comments

Comments
 (0)