Skip to content

Commit 735b8b8

Browse files
committed
Correct comment about value being sought
1 parent 03edb60 commit 735b8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dat1Handle.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Handle *dat1Handle( const HDSLoc *parent_loc, const char *name, int rdonly,
149149

150150
/* If a parent Handle is available, search through the Handles for any
151151
known child objects to see if the requested component within the parent
152-
(identified by 'name') is already known and therefore already has an
152+
(identified by 'lname') is already known and therefore already has an
153153
associated Handle structure. If it does, return a pointer to the child
154154
Handle structure. Note "nchild" is the size of the "children" array -
155155
this is not necessarily the same as the actual number of active

0 commit comments

Comments
 (0)