summaryrefslogtreecommitdiffstats
path: root/src/H5VLmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLmodule.h')
-rw-r--r--src/H5VLmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLmodule.h b/src/H5VLmodule.h
index 44b9af0..546b31e 100644
--- a/src/H5VLmodule.h
+++ b/src/H5VLmodule.h
@@ -454,7 +454,7 @@
* \code
* typedef struct {
* H5L_type_t type; // Type of link
- * hbool_t corder_valid; // Indicate if creation order is valid
+ * bool corder_valid; // Indicate if creation order is valid
* int64_t corder; // Creation order
* H5T_cset_t cset; // Character set of link name
* union {