summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-28 21:16:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-28 21:16:56 (GMT)
commit2ee65646c3afb31194864d36a20817c44b42e677 (patch)
treeec88d1da95946cd0775cdd195f5b372cea541836 /src
parent99e0c1043ece860dde3681371497a0841fc94355 (diff)
parentd8ec4df92880d98907b12af8fc9fff86e0631270 (diff)
downloadhdf5-2ee65646c3afb31194864d36a20817c44b42e677.zip
hdf5-2ee65646c3afb31194864d36a20817c44b42e677.tar.gz
hdf5-2ee65646c3afb31194864d36a20817c44b42e677.tar.bz2
Merge pull request #1227 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'd8ec4df92880d98907b12af8fc9fff86e0631270': Update system commands with HD prefix and whitespace
Diffstat (limited to 'src')
-rw-r--r--src/H5MF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MF.c b/src/H5MF.c
index cef9de8..65b27db 100644
--- a/src/H5MF.c
+++ b/src/H5MF.c
@@ -3296,7 +3296,7 @@ H5MF_settle_meta_data_fsm(H5F_t *f, hbool_t *fsm_settled)
/* ******************* PROBLEM: ********************
*
- * If the file has an alignement other than 1, and if
+ * If the file has an alignment other than 1, and if
* the EOA is not a multiple of this alignment, allocating space
* for the section via the VFD info has the potential of generating
* a fragment that will be added to the free space manager. This