summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-28 18:32:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-28 18:32:01 (GMT)
commitd8ec4df92880d98907b12af8fc9fff86e0631270 (patch)
treec2ed10db6ddf23bc4f366260cdf5cf7663ae47be /src
parentebc3d3eda5b9e5c3090322e19898e47141efeadd (diff)
downloadhdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.zip
hdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.tar.gz
hdf5-d8ec4df92880d98907b12af8fc9fff86e0631270.tar.bz2
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