From 7e899dd7966de78916b96b6c93cf51a0dca5d1e0 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 9 Mar 2017 08:01:22 -0800 Subject: [PATCH] NEWS: Fix a mistake in a bullet Signed-off-by: Jeff Squyres [skip ci] bot:notest --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad548fe36e1..7629b52d421 100644 --- a/NEWS +++ b/NEWS @@ -97,7 +97,7 @@ Bug fixes/minor improvements: traces to be reported (or <=0 to wait forever). - mtl_ofi_control_prog_type/mtl_ofi_data_prog_type: specify libfabric progress model to be used for control and data. -- Fix a name collision in the shared memory MPI IO file locking +- Fix a name collision in the shared file pointer MPI IO file locking scheme. Thanks to Nicolas Joly for reporting the issue. - Fix datatype extent/offset errors in MPI_PUT and MPI_RACCUMULATE when using the Portals 4 one-sided component.