mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-19 05:25:40 -05:00
chore: fix typos
This commit is contained in:
6
src/3rdparty/adl/adl_structures.h
vendored
6
src/3rdparty/adl/adl_structures.h
vendored
@@ -1269,7 +1269,7 @@ typedef struct ADLActivatableSource
|
||||
int iNumActivatableSources;
|
||||
/// The bit mask identifies the number of bits ActivatableSourceValue is using. (Not currnetly 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;
|
||||
|
||||
@@ -1669,10 +1669,10 @@ typedef struct ADLSLSTarget
|
||||
/// The target ID
|
||||
ADLDisplayTarget displayTarget;
|
||||
|
||||
/// Target postion X in SLS grid
|
||||
/// Target position X in SLS grid
|
||||
int iSLSGridPositionX;
|
||||
|
||||
/// Target postion Y in SLS grid
|
||||
/// Target position Y in SLS grid
|
||||
int iSLSGridPositionY;
|
||||
|
||||
/// The view size width, height and rotation angle per SLS Target
|
||||
|
||||
Reference in New Issue
Block a user