소스 검색

Fixed typo

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

+ 1 - 1
include/SDL3/SDL_audio.h

@@ -1077,7 +1077,7 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetAudioStreamGain(SDL_AudioStream *stream
  *
  *
  * \param stream the stream on which the gain is being changed.
  * \param stream the stream on which the gain is being changed.
  * \param gain the gain. 1.0f is no change, 0.0f is silence.
  * \param gain the gain. 1.0f is no change, 0.0f is silence.
- * \returns 0 on successor a negative error code on failure; call
+ * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *          SDL_GetError() for more information.
  *
  *
  * \threadsafety It is safe to call this function from any thread, as it holds
  * \threadsafety It is safe to call this function from any thread, as it holds