From a9d4a6b81a7697c8b5eb25518fe16cbe046aefe9 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 11 Aug 2014 23:18:35 +0200 Subject: [PATCH] Fixed typo in source comment. --- src/audio/xaudio2/SDL_xaudio2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/xaudio2/SDL_xaudio2.c b/src/audio/xaudio2/SDL_xaudio2.c index 6fef7f21935e0..85ac146027d99 100644 --- a/src/audio/xaudio2/SDL_xaudio2.c +++ b/src/audio/xaudio2/SDL_xaudio2.c @@ -58,7 +58,7 @@ /* The configure script already did any necessary checking */ # define SDL_XAUDIO2_HAS_SDK 1 #elif defined(__WINRT__) -/* WinRT always has access to the the XAudio 2 SDK */ +/* WinRT always has access to the XAudio 2 SDK */ # define SDL_XAUDIO2_HAS_SDK #else /* XAudio2 exists as of the March 2008 DirectX SDK