Mercurial > SDL_sound_CoreAudio
changeset 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 | 43249ebb82e3 |
children | 951574013896 |
files | SDL_sound.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.