summaryrefslogtreecommitdiffstats
path: root/src/H5FDonion.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-03 16:01:28 (GMT)
committerGitHub <noreply@github.com>2023-10-03 16:01:28 (GMT)
commit34fcb9c5a480c70d43c85373850f91d079b3a179 (patch)
tree13a646eecb112484660e792239808efb94c34ef1 /src/H5FDonion.c
parent4261552068d5ffd7bd708db92aea99793a1bcf2a (diff)
downloadhdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.zip
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.gz
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.bz2
Fix several spelling/grammar issues (#3621)
Diffstat (limited to 'src/H5FDonion.c')
-rw-r--r--src/H5FDonion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDonion.c b/src/H5FDonion.c
index 5c0994c..a16338b 100644
--- a/src/H5FDonion.c
+++ b/src/H5FDonion.c
@@ -492,7 +492,7 @@ H5FD__onion_commit_new_revision_record(H5FD_onion_t *file)
/* Update history info to accommodate new revision */
if (history->n_revisions == 0) {
- unsigned char *ptr = buf; /* re-use buffer space to compute checksum */
+ unsigned char *ptr = buf; /* reuse buffer space to compute checksum */
assert(history->record_locs == NULL);
history->n_revisions = 1;
@@ -508,7 +508,7 @@ H5FD__onion_commit_new_revision_record(H5FD_onion_t *file)
file->header.history_size += H5FD_ONION_ENCODED_SIZE_RECORD_POINTER;
} /* end if no extant revisions in history */
else {
- unsigned char *ptr = buf; /* re-use buffer space to compute checksum */
+ unsigned char *ptr = buf; /* reuse buffer space to compute checksum */
assert(history->record_locs != NULL);