Skip to content

Commit a889253

Browse files
committed
osc/pt2pt: fix typo
Signed-off-by: Nathan Hjelm <[email protected]> (cherry picked from commit c72fb30) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent cd0b0fe commit a889253

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
@@ -177,7 +177,7 @@ static inline int ompi_osc_pt2pt_frag_alloc (ompi_osc_pt2pt_module_t *module, in
177177
}
178178

179179
do {
180-
ret = ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
180+
ret = _ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
181181
if (OPAL_LIKELY(OMPI_SUCCESS == ret || OMPI_ERR_OUT_OF_RESOURCE != ret)) {
182182
break;
183183
}

0 commit comments

Comments
 (0)