summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Sselect.c')
-rw-r--r--src/H5Sselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sselect.c b/src/H5Sselect.c
index f596258..4fc0f61 100644
--- a/src/H5Sselect.c
+++ b/src/H5Sselect.c
@@ -400,7 +400,7 @@ done:
PURPOSE
Get the number of elements in current selection
USAGE
- hssize_t H5Sget_select_npoints(space)
+ hsize_t H5Sget_select_npoints(space)
H5S_t *space; IN: Dataspace of selection to query
RETURNS
The number of elements in selection on success, 0 on failure