Skip to content

Commit c72fb30

Browse files
committed
osc/pt2pt: fix typo
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent b6d1e24 commit c72fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/pt2pt/osc_pt2pt_frag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static inline int ompi_osc_pt2pt_frag_alloc (ompi_osc_pt2pt_module_t *module, in
173173
int ret;
174174

175175
do {
176-
ret = ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
176+
ret = _ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
177177
if (OPAL_LIKELY(OMPI_SUCCESS == ret || OMPI_ERR_OUT_OF_RESOURCE != ret)) {
178178
break;
179179
}

0 commit comments

Comments
 (0)