summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-exclim.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds-exclim.c')
-rw-r--r--examples/h5_vds-exclim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-exclim.c b/examples/h5_vds-exclim.c
index f7b3fdd..58ed1f8 100644
--- a/examples/h5_vds-exclim.c
+++ b/examples/h5_vds-exclim.c
@@ -153,7 +153,7 @@ main(void)
for (i = 0; i < (int)num_map; i++) {
printf(" Mapping %d \n", i);
printf(" Selection in the virtual dataset \n");
- /* Get selection in the virttual dataset */
+ /* Get selection in the virtual dataset */
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
if (H5Sis_regular_hyperslab(vspace)) {