summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-02 17:53:41 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-02 17:53:41 (GMT)
commit422d6daf6bdee030d0ffac5fa6d7bbe37b1d5501 (patch)
tree01a753ee034ed3e23e1ab45105b2fc141fa9d8c6
parent57c2637df2680f75b413e3a6319363c3c26b1387 (diff)
downloadhdf5-422d6daf6bdee030d0ffac5fa6d7bbe37b1d5501.zip
hdf5-422d6daf6bdee030d0ffac5fa6d7bbe37b1d5501.tar.gz
hdf5-422d6daf6bdee030d0ffac5fa6d7bbe37b1d5501.tar.bz2
typo
-rw-r--r--src/H5Dmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c
index f6b1692..8850c59 100644
--- a/src/H5Dmpio.c
+++ b/src/H5Dmpio.c
@@ -83,7 +83,7 @@
/* Macros to represent the regularity of the selection for multiple chunk IO case. */
#define H5D_CHUNK_SELECT_REG 1
-/* Macros for reason's to not enable read-proc-and-bcast. */
+/* Macros for reasons to not enable read-proc-and-bcast. */
#define H5D_MPIO_PROC0_BCAST 0x00
#define H5D_MPIO_NOT_H5S_ALL 0x01
#define H5D_MPIO_GREATER_THAN_2GB 0x02