Skip to content

Commit

Permalink
Fix a typo in VOL user's guide (HDFGroup#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored and lrknox committed Oct 2, 2024
1 parent 4df3b43 commit 17a3936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5VLmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
* } H5L_info2_t;
* \endcode
*
* <h4>H5Literate() and H5Lvisit() → H5Literte2() and H5Lvisit2()</h4>
* <h4>H5Literate() and H5Lvisit() → H5Literate2() and H5Lvisit2()</h4>
* The callback used in these API calls used the old #H5L_info_t struct, which used
* addresses instead of tokens. These callbacks were versioned in the C library and
* now take modified #H5L_iterate2_t callbacks which use the new token-based info
Expand Down

0 comments on commit 17a3936

Please sign in to comment.