From 634054fb37e6430849cb11acee4105f956259821 Mon Sep 17 00:00:00 2001 From: CalebProvost Date: Wed, 9 Oct 2019 20:49:12 -0400 Subject: [PATCH] README: minor grammar fixes Signed-off-by: CalebProvost --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0444dad16d..2911106c1d 100644 --- a/README +++ b/README @@ -877,9 +877,9 @@ Open MPI Extensions MPIX_SHORT_FLOAT, and MPIX_CXX_SHORT_FLOAT_COMPLEX if corresponding language types are available. See ompi/mpiext/shortfloat/README.txt for details. - - affinity: Provides the OMPI_Affinity_str() routine on retrieving - a string that contains what resources a process is bound to. See - its man page for more details. + - affinity: Provides the OMPI_Affinity_str() a string indicating the + resources which a process is bound. For more details, see its man + page. - cr: Provides routines to access to checkpoint restart routines. See ompi/mpiext/cr/mpiext_cr_c.h for a listing of available functions.