Skip to content

Commit 3f92e10

Browse files
committed
Fix initialize description in memory pool ops
1 parent fe3aea6 commit 3f92e10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/umf/memory_pool_ops.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ typedef struct umf_memory_pool_ops_t {
3636

3737
///
3838
/// @brief Initializes memory pool.
39-
/// @param providers array of memory providers that will be used for coarse-grain allocations.
39+
/// @param provider memory provider that will be used for coarse-grain allocations.
4040
/// Should contain at least one memory provider.
41-
/// @param numProvider number of elements in the providers array
4241
/// @param params pool-specific params, or NULL for defaults
4342
/// @param pool [out] returns pointer to the pool
4443
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.

0 commit comments

Comments
 (0)