summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index f6b2a7a..b3d7b44 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -1717,7 +1717,7 @@ done:
* Failure: Negative
*
* Programmer: Neil Fortner
- * Thurday, Feb 26, 2015
+ * Thursday, Feb 26, 2015
*
*--------------------------------------------------------------------------
*/
@@ -1951,7 +1951,7 @@ H5P__init_def_layout(void)
FUNC_ENTER_STATIC_NOERR
- /* Initialize the default layout info for non-contigous layouts */
+ /* Initialize the default layout info for non-contiguous layouts */
H5D_def_layout_compact_g.storage.type = H5D_COMPACT;
H5D_def_layout_compact_g.storage.u.compact = def_store_compact;
H5D_def_layout_chunk_g.u.chunk = def_layout_chunk;