Commit dbce1341d5d7f4113ff26b9b649cd52ab402e433

Ryan C. Gordon 2017-12-09T03:24:01

audio: fixed typo in Doxygen comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_audio.h b/include/SDL_audio.h
index f119c2b..5516812 100644
--- a/include/SDL_audio.h
+++ b/include/SDL_audio.h
@@ -527,7 +527,7 @@ extern DECLSPEC SDL_AudioStream * SDLCALL SDL_NewAudioStream(const SDL_AudioForm
  *
  *  \param stream The stream the audio data is being added to
  *  \param buf A pointer to the audio data to add
- *  \param int The number of bytes to write to the stream
+ *  \param len The number of bytes to write to the stream
  *  \return 0 on success, or -1 on error.
  *
  *  \sa SDL_NewAudioStream