diff src/audio/dummy/SDL_dummyaudio.h @ 3797:9dc81c6acaf5 SDL-ryan-multiple-audio-device

Cut-and-paste typo fix.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 20:42:39 +0000
parents c121d94672cb
children 99210400e8b9
line wrap: on
line diff
--- a/src/audio/dummy/SDL_dummyaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/dummy/SDL_dummyaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData