From 2785cbbc04ea95fbb6d5fc8d208c983092732d22 Mon Sep 17 00:00:00 2001 From: Joseph Schuchart Date: Tue, 21 Apr 2020 21:53:36 +0200 Subject: [PATCH] OSC base: fix typos in documentation Signed-off-by: Joseph Schuchart (cherry picked from commit 07d1011afeb59d6ccaf401b30f6af7403da83f1f) --- ompi/mca/osc/base/osc_base_obj_convert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/osc/base/osc_base_obj_convert.h b/ompi/mca/osc/base/osc_base_obj_convert.h index 20a993bea1..86b2bc6345 100644 --- a/ompi/mca/osc/base/osc_base_obj_convert.h +++ b/ompi/mca/osc/base/osc_base_obj_convert.h @@ -59,9 +59,9 @@ ompi_osc_base_datatype_create(ompi_proc_t *remote_proc, void **payload) /** - * Create datatype based on Fortran Index + * Create operation based on Fortran Index * - * Create a useable MPI datatype based on it's Fortran index, which is + * Create a useable MPI operation based on it's Fortran index, which is * globally the same for predefined operations. The op handle is * owned by the calling process and must be OBJ_RELEASEd when no * longer in use.