Fix Typo --> adl_structures.h

This commit is contained in:
YuZekai 2024-11-15 09:23:09 +08:00 committed by GitHub
parent f9e990d0f0
commit e3b20ea676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;