Skip to content

Commit 4f75bca

Browse files
committed
fix doc
1 parent 780794c commit 4f75bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/umf/providers/provider_level_zero.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ umf_result_t umfLevelZeroMemoryProviderParamsSetName(
105105

106106
/// @brief Adds or removes devices on which allocations should be made
107107
/// resident.
108-
/// @param hProvider handle to the memory provider
108+
/// @param provider handle to the memory provider
109109
/// @param device device handle
110-
/// @param isAdding Boolean indicating if peer is to be removed or added
110+
/// @param is_adding Boolean indicating if peer is to be removed or added
111111
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
112112
/// failure.
113113
umf_result_t umfLevelZeroMemoryProviderResidentDeviceChange(

0 commit comments

Comments
 (0)