diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 18:00:19 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 18:00:19 (GMT) |
commit | 53d990c2c31095a0662e5119587bfcad34a21a8f (patch) | |
tree | d70208839a7c3fa314299acb6253dbae32678fab /src/H5MFaggr.c | |
parent | c3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff) | |
parent | dbfa606888c6ed92da882936e63c4f3b13551607 (diff) | |
download | hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.zip hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.gz hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.bz2 |
Merge branch 'lrknox-spelling-corrections' into hdf5_1_12
Diffstat (limited to 'src/H5MFaggr.c')
-rw-r--r-- | src/H5MFaggr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MFaggr.c b/src/H5MFaggr.c index 45ddee2..ccf59f9 100644 --- a/src/H5MFaggr.c +++ b/src/H5MFaggr.c @@ -196,7 +196,7 @@ H5MF__aggr_alloc(H5F_t *f, H5F_blk_aggr_t *aggr, H5F_blk_aggr_t *other_aggr, H5F haddr_t aggr_frag_addr = HADDR_UNDEF; /* Address of aggregrator fragment */ hsize_t aggr_frag_size = 0; /* Size of aggregator fragment */ hsize_t alignment; /* Alignment of this section */ - hsize_t aggr_mis_align = 0; /* Mis-alignment of aggregator */ + hsize_t aggr_mis_align = 0; /* Misalignment of aggregator */ H5FD_mem_t alloc_type, other_alloc_type; /* Current aggregator & 'other' aggregator types */ #ifdef H5MF_AGGR_DEBUG |