From 182a28b343042c7bd35d59aa57a57756b68b66fa Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 16 Jun 2024 08:01:16 -0700 Subject: [PATCH] Fixed documentation typo --- include/SDL3/SDL_stdinc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 9fab11119..5d978d769 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -1285,7 +1285,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_srand(Uint64 seed); * * \returns a random value in the range of [0-SDL_MAX_UINT32]. * - * \threadsafety All calls should be from from a single thread, use + * \threadsafety All calls should be made from a single thread, use * SDL_rand_r() when using multiple threads. * * \since This function is available since SDL 3.0.0.