Skip to content

Commit c897d66

Browse files
committed
fix documentation spelling
1 parent ac552af commit c897d66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

include/umf/memory_pool_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ typedef struct umf_memory_pool_ops_t {
197197
/// resident.
198198
/// @param pool pointer to the memory pool
199199
/// @param peerIdx identifier of device
200-
/// @param isAdding boolean indicating if peer is to be removed or added
200+
/// @param isAdding Boolean indicating if peer is to be removed or added
201201
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
202202
/// failure.
203203
///

include/umf/memory_provider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ umfMemoryProviderAllocationMerge(umf_memory_provider_handle_t hProvider,
269269
/// resident.
270270
/// @param hProvider handle to the memory provider
271271
/// @param deviceIndex identifier of device
272-
/// @param isAdding boolean indicating if peer is to be removed or added
272+
/// @param isAdding Boolean indicating if peer is to be removed or added
273273
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
274274
/// failure.
275275
umf_result_t

include/umf/memory_provider_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ typedef struct umf_memory_provider_ops_t {
327327
/// resident.
328328
/// @param provider handle to the memory provider
329329
/// @param device_index identifier of device
330-
/// @param is_adding boolean indicating if peer is to be removed or added
330+
/// @param is_adding Boolean indicating if peer is to be removed or added
331331
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
332332
/// failure.
333333
umf_result_t (*ext_resident_device_change)(void *provider,

include/umf/providers/provider_level_zero.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ umf_result_t umfLevelZeroMemoryProviderParamsSetMemoryType(
6363
/// @param hParams handle to the parameters of the Level Zero Memory Provider.
6464
/// @param hDevices array of all devices for which the memory can be made resident.
6565
/// @param deviceCount number of devices for which the memory can be made resident.
66-
/// @param residentDevicesIndices array of indices in 'hDevices' array to devices for which the memory should be made resident.
67-
/// @param residentDevicesCount number of indices in 'residentDevicesIndices' array.
66+
/// @param residentDevicesIndices array of indices in all devices array to devices for which the memory should be made resident.
67+
/// @param residentDevicesCount number of items in indices array.
6868
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.
6969
umf_result_t umfLevelZeroMemoryProviderParamsSetResidentDevices(
7070
umf_level_zero_memory_provider_params_handle_t hParams,

0 commit comments

Comments
 (0)