summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds.c')
-rw-r--r--examples/h5_vds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds.c b/examples/h5_vds.c
index 48c6d7d..e02d246 100644
--- a/examples/h5_vds.c
+++ b/examples/h5_vds.c
@@ -169,7 +169,7 @@ main(void)
for (i = 0; i < (int)num_map; i++) {
printf(" Mapping %d \n", i);
printf(" Selection in the virtual dataset ");
- /* Get selection in the virttual dataset */
+ /* Get selection in the virtual dataset */
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
/* Make sure that this is a hyperslab selection and then print information. */