diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-04-08 16:58:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-04-08 16:58:32 (GMT) |
commit | ddf73f26c374aa58e64adc6ae7ad1fcab5dfd3bb (patch) | |
tree | 3130f2358d8ffca95b8657285d86b97093c49321 /src/H5Shyper.c | |
parent | 1f80ae6a89e0f21ffc7c2bd5355edc0182f82b35 (diff) | |
download | hdf5-ddf73f26c374aa58e64adc6ae7ad1fcab5dfd3bb.zip hdf5-ddf73f26c374aa58e64adc6ae7ad1fcab5dfd3bb.tar.gz hdf5-ddf73f26c374aa58e64adc6ae7ad1fcab5dfd3bb.tar.bz2 |
[svn-r8324] Purpose:
Correct typo in comment
Diffstat (limited to 'src/H5Shyper.c')
-rw-r--r-- | src/H5Shyper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c index d7aae0b..589ddd0 100644 --- a/src/H5Shyper.c +++ b/src/H5Shyper.c @@ -3701,7 +3701,7 @@ done: PURPOSE Detect intersections in span trees USAGE - htri_t H5S_hyper_intersect_helper(space1, space2) + htri_t H5S_hyper_intersect(space1, space2) H5S_t *space1; IN: First dataspace to operate on span tree H5S_t *space2; IN: Second dataspace to operate on span tree RETURNS |