summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-08-03 15:09:47 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-08-03 15:09:47 (GMT)
commit50c4bc883500846f58ec1c8f55d57eef2b3f147b (patch)
treefc61ce90b1d0c36819b83b0fc5bbfcaad15dc079 /src/H5Dio.c
parentbd79a782b42f8f689e223e8e34c6f788dc7dd0c4 (diff)
downloadhdf5-50c4bc883500846f58ec1c8f55d57eef2b3f147b.zip
hdf5-50c4bc883500846f58ec1c8f55d57eef2b3f147b.tar.gz
hdf5-50c4bc883500846f58ec1c8f55d57eef2b3f147b.tar.bz2
Add test file to build process
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r--src/H5Dio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index 470520e..104a632 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -1227,7 +1227,7 @@ H5D__ioinfo_adjust(H5D_io_info_t *io_info, const H5D_t *dset, hid_t dxpl_id,
if (H5P_get(dx_plist, H5D_MPIO_GLOBAL_NO_COLLECTIVE_CAUSE_NAME, &global_no_collective_cause) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "unable to get global no collective cause value")
- /* Append each of the reason for breaking collective I/O error messages to the
+ /* Append each of the "reason for breaking collective I/O" error messages to the
* local and global no collective cause strings */
for (cause = 1, index = 0; cause < H5D_MPIO_NO_COLLECTIVE_MAX_CAUSE; cause <<= 1, index++) {
size_t cause_strlen = strlen(cause_strings[index]);