Skip to content

Commit 88a4a16

Browse files
authored
Merge pull request #3229 from hjelmn/osc_pt2pt
osc/pt2pt: fix typo
2 parents 0694d0b + c72fb30 commit 88a4a16

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)