diff options
Diffstat (limited to 'src/H5FDint.c')
-rw-r--r-- | src/H5FDint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDint.c b/src/H5FDint.c index bec9dfb..0c3fe9e 100644 --- a/src/H5FDint.c +++ b/src/H5FDint.c @@ -50,7 +50,7 @@ * If more space is needed dynamic allocation will be used instead. */ #define H5FD_LOCAL_VECTOR_LEN 8 -/* Length of stack allocated arrays for dataspace IDs/structs for selction I/O +/* Length of stack allocated arrays for dataspace IDs/structs for selection I/O * operations. Corresponds to the number of file selection/memory selection * pairs (along with addresses, etc.) in a selection I/O operation. If more * space is needed dynamic allocation will be used instead */ |