Skip to content

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Nov 3, 2023
1 parent be8f0e4 commit b919f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ H5FD__mpio_vector_build_types(uint32_t count, H5FD_mem_t types[], haddr_t addrs[
/* Get bio I/O transition point (may be lower than 2G for testing) */
bigio_count = H5_mpi_get_bigio_count();

/* Start wiht s_sizes_len at count */
/* Start with s_sizes_len at count */
if (s_sizes_len)
*s_sizes_len = count;

Expand Down

0 comments on commit b919f73

Please sign in to comment.