From e3b20ea676dc52d6325d5e21d6f252118a1e158f Mon Sep 17 00:00:00 2001 From: YuZekai Date: Fri, 15 Nov 2024 09:23:09 +0800 Subject: [PATCH] Fix Typo --> adl_structures.h --- src/3rdparty/adl/adl_structures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/adl/adl_structures.h b/src/3rdparty/adl/adl_structures.h index f05a1d99..2874a401 100644 --- a/src/3rdparty/adl/adl_structures.h +++ b/src/3rdparty/adl/adl_structures.h @@ -1267,9 +1267,9 @@ typedef struct ADLActivatableSource int iAdapterIndex; /// The number of Activatable Sources. int iNumActivatableSources; - /// The bit mask identifies the number of bits ActivatableSourceValue is using. (Not currnetly used) + /// The bit mask identifies the number of bits ActivatableSourceValue is using. (Not currently used) int iActivatableSourceMask; - /// The bit mask identifies the status. (Not currnetly used) + /// The bit mask identifies the status. (Not currently used) int iActivatableSourceValue; } ADLActivatableSource, *LPADLActivatableSource;