diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-07 15:43:21 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-07 15:43:21 (GMT) |
commit | 9c109121c41e4da18dfc7fc86309af670e79869e (patch) | |
tree | e080d12a91a26ae3762a1d7816040ade684bcee6 /src/H5FDdpss.c | |
parent | 3293e213ce4d4b3dfce23972fc1996cdfb19f584 (diff) | |
download | hdf5-9c109121c41e4da18dfc7fc86309af670e79869e.zip hdf5-9c109121c41e4da18dfc7fc86309af670e79869e.tar.gz hdf5-9c109121c41e4da18dfc7fc86309af670e79869e.tar.bz2 |
[svn-r2805]
Purpose:
Fix typos in these files.
Description:
In the functions H5Pset_apl_xxx in these files, the parameters of
FUNC_ENTER do not match the function names. So changed them back
to function names.
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
No test has been done because these are all typos, no effect on
program.
Diffstat (limited to 'src/H5FDdpss.c')
-rw-r--r-- | src/H5FDdpss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDdpss.c b/src/H5FDdpss.c index c469f5d..bb897c5 100644 --- a/src/H5FDdpss.c +++ b/src/H5FDdpss.c @@ -224,7 +224,7 @@ H5Pset_fapl_dpss(hid_t fapl_id) { herr_t ret_value=FAIL; - FUNC_ENTER (H5FD_set_fapl_dpss, FAIL); + FUNC_ENTER (H5Pset_fapl_dpss, FAIL); H5TRACE1("e","i",fapl_id); /* Check arguments */ |