From ff652ce22db04b3c5fba3246d50ee26e8da5dbed Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Sat, 19 Jul 2025 22:54:51 +0200 Subject: [PATCH] Fix typo --- audio/drivers/xaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/drivers/xaudio.h b/audio/drivers/xaudio.h index a16581807f..8d6ff869c6 100644 --- a/audio/drivers/xaudio.h +++ b/audio/drivers/xaudio.h @@ -14,7 +14,7 @@ */ #if (_WIN32_WINNT >= 0x0602 /*_WIN32_WINNT_WIN8*/) -/* XAudio 2.7 it part of the old DirectX SDKs. XAudio 2.8+ is part of the +/* XAudio 2.7 is part of the old DirectX SDKs. XAudio 2.8+ is part of the * Windows OS itself (starting from Windows 8). Since UWP lets you access * only libraries that are built-in to the OS, the headers had to be * upgraded to the newer version to get audio support working. */