diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:15 (GMT) |
commit | 069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch) | |
tree | a6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /utils/mirror_vfd | |
parent | c423e74fbfbfe84497210e5b15db20bee8c84c3c (diff) | |
download | hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2 |
Fix spelling (#3633)
Diffstat (limited to 'utils/mirror_vfd')
-rw-r--r-- | utils/mirror_vfd/mirror_writer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mirror_vfd/mirror_writer.c b/utils/mirror_vfd/mirror_writer.c index ad7cd91..80c4572 100644 --- a/utils/mirror_vfd/mirror_writer.c +++ b/utils/mirror_vfd/mirror_writer.c @@ -57,7 +57,7 @@ * guard against commands from the wrong entity. * * xmit_count (uint32_t) - * Record of trasmissions received from the Driver. While the transmission + * Record of transmissions received from the Driver. While the transmission * protocol should be trustworthy, this serves as an additional guard. * Starts a 0 and should be incremented for each one-way transmission. * @@ -761,7 +761,7 @@ do_write(struct mirror_session *session, const unsigned char *xmit_buf) addr = (haddr_t)xmit_write.offset; type = (H5FD_mem_t)xmit_write.type; - /* Allocate the buffer once -- re-use between loops. + /* Allocate the buffer once -- reuse between loops. */ buf = (char *)HDmalloc(sizeof(char) * H5FD_MIRROR_DATA_BUFFER_MAX); if (NULL == buf) { |