Procházet zdrojové kódy

Fixed comment typo.

Ryan C. Gordon před 11 roky
rodič
revize
c0f9a57f71
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/audio/xaudio2/SDL_xaudio2.c

+ 1 - 1
src/audio/xaudio2/SDL_xaudio2.c

@@ -58,7 +58,7 @@
 /* The configure script already did any necessary checking */
 /* The configure script already did any necessary checking */
 #  define SDL_XAUDIO2_HAS_SDK 1
 #  define SDL_XAUDIO2_HAS_SDK 1
 #elif defined(__WINRT__)
 #elif defined(__WINRT__)
-/* WinRT always has access to the .the XAudio 2 SDK */
+/* WinRT always has access to the the XAudio 2 SDK */
 #  define SDL_XAUDIO2_HAS_SDK
 #  define SDL_XAUDIO2_HAS_SDK
 #else
 #else
 /* XAudio2 exists as of the March 2008 DirectX SDK 
 /* XAudio2 exists as of the March 2008 DirectX SDK