summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-04-04 04:02:17 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-04-04 04:02:17 (GMT)
commit1a4865d8feb0ba32c409366bead5f16e3227d596 (patch)
treec42950e805bcd6417cb7f671b18847ef61133990 /hl
parent2bd76c2d86f5b048ffaf356f047312c241ce733d (diff)
downloadhdf5-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.f902
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