summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-12-10 16:56:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-12-10 16:56:04 (GMT)
commit8f62e5dafb4ab16f8ba37e8985f903cc9baab61c (patch)
tree9f2556552938a728339eea2a3c381795c9e2e746 /src
parentfed174988dc6eb9125adcf33b946be042d68cf1c (diff)
downloadhdf5-8f62e5dafb4ab16f8ba37e8985f903cc9baab61c.zip
hdf5-8f62e5dafb4ab16f8ba37e8985f903cc9baab61c.tar.gz
hdf5-8f62e5dafb4ab16f8ba37e8985f903cc9baab61c.tar.bz2
Wrap some comments at <= 80 characters.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fpkg.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 2c8a6e7..e20b501 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -217,12 +217,13 @@ typedef struct H5F_mtab_t {
/*
* VFD SWMR: Entry for the delayed free space release doubly linked list
*
- * md_file_page_offset: Unsigned 64-bit value containing the base address of the
- * metadata page, or multi page metadata entry in the metadata
- * file IN PAGES.
- * To obtain byte offset, multiply this value by the page size.
- * length: The length of the metadata page or multi page metadata entry
- * in BYTES.
+ * md_file_page_offset: Unsigned 64-bit value containing the base address
+ * of the metadata page, or multi page metadata entry
+ * in the metadata file IN PAGES.
+ * To obtain byte offset, multiply this value by the
+ * page size.
+ * length: The length of the metadata page or multi page
+ * metadata entry in BYTES.
* tick_num: Sequence # of the current tick
* next: Pointer to the next entry in the the list
* prev: Pointer to the previous entry in the list