mirror of
https://github.com/xmrig/xmrig.git
synced 2025-02-06 13:16:37 +00:00
Fix Typo --> adl_structures.h
This commit is contained in:
parent
f9e990d0f0
commit
e3b20ea676
1 changed files with 2 additions and 2 deletions
4
src/3rdparty/adl/adl_structures.h
vendored
4
src/3rdparty/adl/adl_structures.h
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue