diff options
Diffstat (limited to 'examples/h5_extend_write.c')
-rw-r--r-- | examples/h5_extend_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_extend_write.c b/examples/h5_extend_write.c index af061bc..c6aa37c 100644 --- a/examples/h5_extend_write.c +++ b/examples/h5_extend_write.c @@ -45,7 +45,7 @@ main (void) {3, 3} }; /* - * Create the data space with ulimited dimensions. + * Create the data space with unlimited dimensions. */ dataspace = H5Screate_simple(RANK, dims, maxdims); |