Mercurial > SDL_sound_CoreAudio
diff SDL_sound.h @ 389:fced17b9890c
Fixed a typo in the comments (and as such, also in the Doxygen output).
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 10 Jul 2002 03:58:12 +0000 |
parents | 8c8ecd1008c9 |
children | 55c6695b6038 |
line wrap: on
line diff
--- a/SDL_sound.h Fri Jul 05 23:12:55 2002 +0000 +++ b/SDL_sound.h Wed Jul 10 03:58:12 2002 +0000 @@ -482,7 +482,7 @@ /** * \fn void Sound_FreeSample(Sound_Sample *sample) - * \brief Dispose of a Dispose of a Sound_Sample. + * \brief Dispose of a Sound_Sample. * * This will also close/dispose of the SDL_RWops that was used at creation * time, so there's no need to keep a reference to that around.