Skip to content

Commit

Permalink
Fix a few more spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Oct 4, 2023
1 parent 6a50ac7 commit f27f733
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fortran/src/H5Pff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ END SUBROUTINE h5pset_deflate_f
!!
!! \brief Retrieves the version information of various objects for a file creation property list.
!!
!! \param prp_id File createion property list identifier.
!! \param prp_id File creation property list identifier.
!! \param boot Super block version number.
!! \param freelist Global freelist version number.
!! \param stab Symbol table version number.
Expand Down
2 changes: 1 addition & 1 deletion src/H5FDmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3743,7 +3743,7 @@ H5FD__mpio_truncate(H5FD_t *_file, hid_t H5_ATTR_UNUSED dxpl_id, hbool_t H5_ATTR

/* In principle, it is possible for the size returned by the
* call to MPI_File_get_size() to depend on whether writes from
* all proceeses have completed at the time process 0 makes the
* all processes have completed at the time process 0 makes the
* call.
*
* In practice, most (all?) truncate calls will come after a barrier
Expand Down
2 changes: 1 addition & 1 deletion testpar/API/t_span_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@ lower_dim_size_comp_test(void)
* 2) Has no in memory buffer for any other chunk.
*
* The test differers from Rob Latham's bug report in
* that is runs with an arbitrary number of proceeses,
* that is runs with an arbitrary number of processes,
* and uses a 1 dimensional dataset.
*
* Return: void
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_span_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ lower_dim_size_comp_test(void)
* 2) Has no in memory buffer for any other chunk.
*
* The test differers from Rob Latham's bug report in
* that is runs with an arbitrary number of proceeses,
* that is runs with an arbitrary number of processes,
* and uses a 1 dimensional dataset.
*
* Return: void
Expand Down

0 comments on commit f27f733

Please sign in to comment.