diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-28 22:49:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-28 22:49:50 (GMT) |
commit | bd34c9e455988ab1d4e550ff16c0410b5624298a (patch) | |
tree | b1514f2f775cf1329791dbb2a9e008256fb054d9 /src/H5Fquery.c | |
parent | 732074d47e02c2e01fe794351c681d64b93a5f47 (diff) | |
download | hdf5-bd34c9e455988ab1d4e550ff16c0410b5624298a.zip hdf5-bd34c9e455988ab1d4e550ff16c0410b5624298a.tar.gz hdf5-bd34c9e455988ab1d4e550ff16c0410b5624298a.tar.bz2 |
HDFFV-9724 Corrected files and verified tests
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 61b4183..4765d00 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -144,7 +144,7 @@ H5F_get_actual_name(const H5F_t *f) * Function: H5F_get_extpath * * Purpose: Retrieve the file's 'extpath' flags - * This is used by H5L_extern_traverse() and H5D_build_extfile_prefix() to retrieve the main file's location + * This is used by H5L_extern_traverse() and H5D_build_file_prefix() to retrieve the main file's location * when searching the target file. * * Return: 'extpath' on success/abort on failure (shouldn't fail) |