summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-31 20:52:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-31 20:52:17 (GMT)
commit96c6a7c8d8966f40b066263720138e059668c4af (patch)
tree985f5326c2427be8013c9ab3312d618feaa15054 /src/H5FDprivate.h
parent733a02386ba651c78b9fe9a3c8ba88225aa8425b (diff)
downloadhdf5-96c6a7c8d8966f40b066263720138e059668c4af.zip
hdf5-96c6a7c8d8966f40b066263720138e059668c4af.tar.gz
hdf5-96c6a7c8d8966f40b066263720138e059668c4af.tar.bz2
Wrap a line in a comment at 80 columns.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 8acbd30..5bd8419 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -184,8 +184,8 @@ typedef struct H5FD_vfd_swmr_idx_entry_t {
/*
* tick_num: Sequence number of the current tick.
- * Initialized to zero on file creation/open, and incremented by the
- * VFD SWMR writer at the end of each tick.
+ * Initialized to zero on file creation/open, and incremented
+ * by the VFD SWMR writer at the end of each tick.
* num_entries: The number of entires in the index.
* entries: The array of index entries
*/