From 0a70e50478f60e8c7700679daca82a75bf6568b8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 29 Jan 2014 22:09:23 +0000 Subject: [PATCH] Add missing word "overflow" to a bullet. Thanks to Tim Mattox for noticing. This commit was SVN r30490. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b682a41dac..fb5b76b991 100644 --- a/NEWS +++ b/NEWS @@ -101,8 +101,8 @@ Trunk (not on release branches yet) - Fix ROMIO issue when opening a file with MPI_MODE_EXCL. - Fix PowerPC and MIPS assembly issues. - Various fixes to the hcoll and FCA collective offload modules. -- Prevent integer when creating datatypes. Thanks to original patch from - Gilles Gouaillardet. +- Prevent integer overflow when creating datatypes. Thanks to + original patch from Gilles Gouaillardet. - Port some upstream hwloc fixes to Open MPI's embedded copy for working around buggy NUMA node cpusets and including mising header files. Thanks to Jeff Becker and Paul Hargrove for reporting the