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;