From 93e2674c6e66c1da0fc651ec521a6dc4831b199a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 5 Oct 2006 01:06:06 +0000 Subject: [PATCH] Another s/video/audio typo. --- include/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_audio.h b/include/SDL_audio.h index 32e5b4cdc..64c356111 100644 --- a/include/SDL_audio.h +++ b/include/SDL_audio.h @@ -153,7 +153,7 @@ typedef struct SDL_AudioCVT /* Function prototypes */ -/* These functions return the list of built in video drivers, in the +/* These functions return the list of built in audio drivers, in the * order that they are normally initialized by default. */ extern DECLSPEC int SDLCALL SDL_GetNumAudioDrivers(void);