diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-04-04 04:02:17 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-04-04 04:02:17 (GMT) |
commit | 1a4865d8feb0ba32c409366bead5f16e3227d596 (patch) | |
tree | c42950e805bcd6417cb7f671b18847ef61133990 /hl | |
parent | 2bd76c2d86f5b048ffaf356f047312c241ce733d (diff) | |
download | hdf5-1a4865d8feb0ba32c409366bead5f16e3227d596.zip hdf5-1a4865d8feb0ba32c409366bead5f16e3227d596.tar.gz hdf5-1a4865d8feb0ba32c409366bead5f16e3227d596.tar.bz2 |
[svn-r22246] Changed code comments for h5ltpath_valid_f
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/H5LTff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5LTff.f90 b/hl/fortran/src/H5LTff.f90 index b384821..0302b61 100644 --- a/hl/fortran/src/H5LTff.f90 +++ b/hl/fortran/src/H5LTff.f90 @@ -6339,7 +6339,7 @@ CONTAINS !DEC$attributes dllexport :: h5ltpath_valid_f !DEC$endif ! - INTEGER(hid_t) , INTENT(IN) :: loc_id ! File or group identifier. + INTEGER(hid_t) , INTENT(IN) :: loc_id ! An identifier of an object in the file. CHARACTER(LEN=*), INTENT(IN) :: path ! Path to the object to check, relative to loc_id. LOGICAL , INTENT(IN) :: check_object_valid ! Indicates whether to check if the final component ! of the path resolves to a valid object |