mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix several spelling/grammar issues (#3621)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user