diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-09 05:26:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-09 05:26:45 (GMT) |
commit | 2132f544596c2e12e86cebf4c1cc6b1d38ffa80d (patch) | |
tree | d17ac23bffa90dd2f7b0880f76b8fdc860023f37 /src/H5FScache.c | |
parent | 776b41a62a329222db2fd43a550139c5d3cc80fa (diff) | |
download | hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.zip hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.gz hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.bz2 |
[svn-r27707] Description:
Misc. minor cleanups in preparation for merging "metadata rings" branch to
trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(Too minor to require h5committest)
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index 25a9c5e..9accfc4 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -343,7 +343,7 @@ H5FS__cache_hdr_image_len(const void *_thing, size_t *image_len, /*------------------------------------------------------------------------- - * Function: H5FS__cache_hdf_pre_serialize + * Function: H5FS__cache_hdr_pre_serialize * * Purpose: The free space manager header contains the address, size, and * allocation size of the free space manager section info. However, |