Skip to content

Commit

Permalink
Address spelling/grammar errors from PR review.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Aug 6, 2023
1 parent 2621bbb commit 3bf430f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/H5FD.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 1 addition & 9 deletions src/H5FDint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bf430f

Please sign in to comment.