Skip to content

Commit

Permalink
sp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Dec 20, 2023
1 parent 0670176 commit 888228e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testpar/t_subfiling_vfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,10 +969,10 @@ test_iovec_translation(void)

/*
* Test the case where the index value of the last subfile
* touched by I/O is greather than or equal to the index
* touched by I/O is greater than or equal to the index
* value of the first subfile touched by I/O, and this results
* in "thin" I/O segments directed to the subfiles with index
* values greather than the index values of the first and
* values greater than the index values of the first and
* last subfiles. This might appear as the following I/O
* pattern:
*
Expand Down Expand Up @@ -1075,7 +1075,7 @@ test_iovec_translation(void)

/*
* Test the case where the index value of the last subfile
* touched by I/O is greather than or equal to the index
* touched by I/O is greater than or equal to the index
* value of the first subfile touched by I/O, and this results
* in "thin" I/O segments directed to the subfiles with index
* values less than the index values of the first and
Expand Down

0 comments on commit 888228e

Please sign in to comment.