mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-18 05:19:30 -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;
|
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 currnetly used)
|
||||||
int iActivatableSourceMask;
|
int iActivatableSourceMask;
|
||||||
/// The bit mask identifies the status. (Not currnetly used)
|
/// The bit mask identifies the status. (Not currently used)
|
||||||
int iActivatableSourceValue;
|
int iActivatableSourceValue;
|
||||||
} ADLActivatableSource, *LPADLActivatableSource;
|
} ADLActivatableSource, *LPADLActivatableSource;
|
||||||
|
|
||||||
@@ -1669,10 +1669,10 @@ typedef struct ADLSLSTarget
|
|||||||
/// The target ID
|
/// The target ID
|
||||||
ADLDisplayTarget displayTarget;
|
ADLDisplayTarget displayTarget;
|
||||||
|
|
||||||
/// Target postion X in SLS grid
|
/// Target position X in SLS grid
|
||||||
int iSLSGridPositionX;
|
int iSLSGridPositionX;
|
||||||
|
|
||||||
/// Target postion Y in SLS grid
|
/// Target position Y in SLS grid
|
||||||
int iSLSGridPositionY;
|
int iSLSGridPositionY;
|
||||||
|
|
||||||
/// The view size width, height and rotation angle per SLS Target
|
/// The view size width, height and rotation angle per SLS Target
|
||||||
|
|||||||
2
src/3rdparty/hwloc/src/bitmap.c
vendored
2
src/3rdparty/hwloc/src/bitmap.c
vendored
@@ -177,7 +177,7 @@ hwloc_bitmap_realloc_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_coun
|
|||||||
/* realloc until it contains at least cpu+1 bits */
|
/* realloc until it contains at least cpu+1 bits */
|
||||||
#define hwloc_bitmap_realloc_by_cpu_index(set, cpu) hwloc_bitmap_realloc_by_ulongs(set, ((cpu)/HWLOC_BITS_PER_LONG)+1)
|
#define hwloc_bitmap_realloc_by_cpu_index(set, cpu) hwloc_bitmap_realloc_by_ulongs(set, ((cpu)/HWLOC_BITS_PER_LONG)+1)
|
||||||
|
|
||||||
/* reset a bitmap to exactely the needed size.
|
/* reset a bitmap to exactly the needed size.
|
||||||
* the caller must reinitialize all ulongs and the infinite flag later.
|
* the caller must reinitialize all ulongs and the infinite flag later.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|||||||
Reference in New Issue
Block a user