Commit a9d4a6b81a7697c8b5eb25518fe16cbe046aefe9

Philipp Wiesemann 2014-08-11T23:18:35

Fixed typo in source comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/audio/xaudio2/SDL_xaudio2.c b/src/audio/xaudio2/SDL_xaudio2.c
index 6fef7f2..85ac146 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