summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-07 16:36:51 (GMT)
committerGitHub <noreply@github.com>2022-04-07 16:36:51 (GMT)
commit7df729bbf3e0f0b53dda73829f05fdf709993e4c (patch)
treef665f58f22b2d26cfae1138c9e38fea58a01ef9e /testpar/t_file.c
parenta4e833c50c002239af8c16667b1b072e6c6fa27f (diff)
downloadhdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.zip
hdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.tar.gz
hdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.tar.bz2
1.12: Brings changes from testpar over from develop (#1614)
Diffstat (limited to 'testpar/t_file.c')
-rw-r--r--testpar/t_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c
index 52cae6d..557a699 100644
--- a/testpar/t_file.c
+++ b/testpar/t_file.c
@@ -179,7 +179,7 @@ test_page_buffer_access(void)
data = (int *)HDmalloc(sizeof(int) * (size_t)num_elements);
- /* intialize all the elements to have a value of -1 */
+ /* initialize all the elements to have a value of -1 */
for (i = 0; i < num_elements; i++)
data[i] = -1;
if (MAINPROCESS) {