Fix several spelling/grammar issues (#3621)

This commit is contained in:
jhendersonHDF
2023-10-03 09:01:28 -07:00
committed by GitHub
parent 4261552068
commit 34fcb9c5a4
65 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -3020,7 +3020,7 @@ none_selection_chunk(void)
*
* TEST_ACTUAL_IO_RESET:
* Performs collective and then independent I/O with hthe same dxpl to
* make sure the peroperty is correctly reset to the default on each use.
* make sure the property is correctly reset to the default on each use.
* Specifically, this test runs TEST_ACTUAL_IO_MULTI_CHUNK_NO_OPT_MIX_DISAGREE
* (The most complex case that works on all builds) and then performs
* an independent read and write with the same dxpls.
+2 -2
View File
@@ -2479,14 +2479,14 @@ do {
good_data = false;
}
/* zero out buffer for re-use */
/* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = false;
/* zero out buffer for re-use */
/* zero out buffer for reuse */
*val_ptr = 0;
}
+2 -2
View File
@@ -1453,14 +1453,14 @@ lower_dim_size_comp_test__verify_data(uint32_t *buf_ptr,
good_data = false;
}
/* zero out buffer for re-use */
/* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = false;
/* zero out buffer for re-use */
/* zero out buffer for reuse */
*val_ptr = 0;
}