# HG changeset patch # User Ryan C. Gordon # Date 1026273492 0 # Node ID fced17b9890c9b115aa2a81947226cdc02b97236 # Parent 43249ebb82e30b7423f304cc34eff63148650a7f Fixed a typo in the comments (and as such, also in the Doxygen output). diff -r 43249ebb82e3 -r fced17b9890c SDL_sound.h --- 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.