From 3bf430f10264512a993c25c9c56efb42227c1e7f Mon Sep 17 00:00:00 2001 From: "vchoi-hdfgroup.org" Date: Sun, 6 Aug 2023 17:55:07 -0500 Subject: [PATCH] Address spelling/grammar errors from PR review. --- src/H5FD.c | 4 ++-- src/H5FDint.c | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/H5FD.c b/src/H5FD.c index 3e65a7d9c44..e2c32c6df1a 100644 --- a/src/H5FD.c +++ b/src/H5FD.c @@ -1862,7 +1862,7 @@ H5FDwrite_selection(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, uint32_t count * * Return: Success: SUCCEED * All reads have completed successfully, and - * the results havce been into the supplied + * the results have been written into the supplied * buffers. * * Failure: FAIL @@ -2059,7 +2059,7 @@ H5FDwrite_vector_from_selection(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, ui * * Return: Success: SUCCEED * All reads have completed successfully, and - * the results havce been into the supplied + * the results have been written into the supplied * buffers. * * Failure: FAIL diff --git a/src/H5FDint.c b/src/H5FDint.c index 48b8f78d775..fcc1b6c6fcd 100644 --- a/src/H5FDint.c +++ b/src/H5FDint.c @@ -2048,8 +2048,6 @@ H5FD_write_selection_id(uint32_t skip_cb, H5FD_t *file, H5FD_mem_t type, uint32_ * Failure: FAIL * One or more writes failed. * - * Programmer: NAF -- 5/19/21 - * *------------------------------------------------------------------------- */ herr_t @@ -2101,8 +2099,6 @@ H5FD_read_vector_from_selection(H5FD_t *file, H5FD_mem_t type, uint32_t count, h * Failure: FAIL * One or more writes failed. * - * Programmer: NAF -- 5/19/21 - * *------------------------------------------------------------------------- */ herr_t @@ -2153,8 +2149,6 @@ H5FD_write_vector_from_selection(H5FD_t *file, H5FD_mem_t type, uint32_t count, * Failure: FAIL * One or more writes failed. * - * Programmer: NAF -- 5/19/21 - * *------------------------------------------------------------------------- */ herr_t @@ -2205,8 +2199,6 @@ H5FD_read_from_selection(H5FD_t *file, H5FD_mem_t type, uint32_t count, hid_t me * Failure: FAIL * One or more writes failed. * - * Programmer: NAF -- 5/19/21 - * *------------------------------------------------------------------------- */ herr_t @@ -2693,7 +2685,7 @@ H5FD_sort_vector_io_req(hbool_t *vector_was_sorted, uint32_t _count, H5FD_mem_t * of the selection I/O request, and load it into the new * selections in sorted order. * - * Note that in this case, it is the callers responsibility + * Note that in this case, it is the caller's responsibility * to free the sorted vectors. * * Return: SUCCEED/FAIL