summaryrefslogtreecommitdiffstats
path: root/test/gen_mergemsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_mergemsg.c')
-rw-r--r--test/gen_mergemsg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/gen_mergemsg.c b/test/gen_mergemsg.c
index 68d0692..b8d5e99 100644
--- a/test/gen_mergemsg.c
+++ b/test/gen_mergemsg.c
@@ -81,7 +81,7 @@ main()
sid = H5Screate(H5S_SCALAR);
assert(sid > 0);
- /* Create dataype for attribute */
+ /* Create datatype for attribute */
tid = H5Tcopy(H5T_C_S1);
assert(tid > 0);
ret = H5Tset_size(tid, ATTR1_LEN);
@@ -107,7 +107,7 @@ main()
sid = H5Screate(H5S_SCALAR);
assert(sid > 0);
- /* Create dataype for attribute */
+ /* Create datatype for attribute */
tid = H5Tcopy(H5T_C_S1);
assert(tid > 0);
ret = H5Tset_size(tid, ATTR2_LEN);
@@ -177,7 +177,7 @@ main()
sid = H5Screate(H5S_SCALAR);
assert(sid > 0);
- /* Create dataype for attribute */
+ /* Create datatype for attribute */
tid = H5Tcopy(H5T_C_S1);
assert(tid > 0);
ret = H5Tset_size(tid, ATTR3_LEN);
@@ -223,7 +223,7 @@ main()
sid = H5Screate(H5S_SCALAR);
assert(sid > 0);
- /* Create dataype for attribute */
+ /* Create datatype for attribute */
tid = H5Tcopy(H5T_C_S1);
assert(tid > 0);
ret = H5Tset_size(tid, ATTR2_LEN);
@@ -285,7 +285,7 @@ main()
sid = H5Screate(H5S_SCALAR);
assert(sid > 0);
- /* Create dataype for attribute */
+ /* Create datatype for attribute */
tid = H5Tcopy(H5T_C_S1);
assert(tid > 0);
ret = H5Tset_size(tid, ATTR2_LEN);