From 565a6d97228bf9b0e30368cc3ab5c2bfb0d78435 Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Thu, 27 Jun 2024 10:36:18 -0500 Subject: [PATCH] Fix typo --- doxygen/dox/VOLConnGuide.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/dox/VOLConnGuide.dox b/doxygen/dox/VOLConnGuide.dox index cf5600b3007..af191b96fe3 100644 --- a/doxygen/dox/VOLConnGuide.dox +++ b/doxygen/dox/VOLConnGuide.dox @@ -684,7 +684,7 @@ typedef struct H5VL_wrap_class_t { \subsubsection subsubsecVOLRefWrapobj wrap: get_object Retrieves the underlying object from a wrapped object. Should return a pointer to the underlying object belonging to the terminal VOL connector. -This will generally be done by unwrapping this VOL's object wrapping structure, before recursively calling H5VLget_object to invoke the +This will generally be done by unwrapping this VOL's object wrapping structure, before recursively calling H5VLget_object to invoke the get_object callback for all lower VOL connectors which define it. H5VLget_object requires the object returned by the next VOL and the next VOL's ID. Both of these fields should be stored by the VOL somehow, generally on the wrapped object structure.