Skip to content

Commit

Permalink
Correct comment about value being sought
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambell committed Mar 13, 2023
1 parent 03edb60 commit 735b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dat1Handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Handle *dat1Handle( const HDSLoc *parent_loc, const char *name, int rdonly,

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

0 comments on commit 735b8b8

Please sign in to comment.