소스 검색

Fixed documentation typo

Sam Lantinga 1 년 전
부모
커밋
182a28b343
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL3/SDL_stdinc.h

+ 1 - 1
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.