summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-01-30 16:25:46 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-01-30 16:25:46 (GMT)
commitb7f5776c53191bcdbe8eb81c53e18cc05443c1ad (patch)
tree8b9db8190e792a3d722ef9880f97da493459bd7a /src/H5FDprivate.h
parentcb66576c7aec2058173083f4601f448e5f51cfb8 (diff)
downloadhdf5-b7f5776c53191bcdbe8eb81c53e18cc05443c1ad.zip
hdf5-b7f5776c53191bcdbe8eb81c53e18cc05443c1ad.tar.gz
hdf5-b7f5776c53191bcdbe8eb81c53e18cc05443c1ad.tar.bz2
Fix typo. NFCI.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 200ae44..b201809 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -76,7 +76,7 @@
+ 8 /* Tick num */ \
+ 4 /* Number of entries */ \
+ (N * H5FD_MD_INDEX_ENTRY_SIZE) /* Index entries */ \
- + H5FD_SIZEOF_CHKSUM /* Metadata header checksum */ \
+ + H5FD_SIZEOF_CHKSUM /* Metadata index checksum */ \
)
/* Retries for metadata file */