summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_group_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_group_create.c')
-rw-r--r--examples/h5dsm_group_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5dsm_group_create.c b/examples/h5dsm_group_create.c
index ad6e3da..e5c3d49 100644
--- a/examples/h5dsm_group_create.c
+++ b/examples/h5dsm_group_create.c
@@ -34,7 +34,7 @@ int main(int argc, char *argv[]) {
if((trans = H5TRcreate(file, trans_num + 1)) < 0)
ERROR;
- printf("Creating dataset - transaction number = %llu\n", (long long unsigned)(trans_num + 1));
+ printf("Creating group - transaction number = %llu\n", (long long unsigned)(trans_num + 1));
/* Create group */
if((grp = H5Gcreate_ff(file, argv[3], H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT, trans)) < 0)