Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Sep 17, 2024
1 parent c3b9656 commit e3e48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5VLprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ H5_DLL int64_t H5VL_conn_inc_rc(H5VL_connector_t *connector);
H5_DLL int64_t H5VL_conn_dec_rc(H5VL_connector_t *connector);
H5_DLL htri_t H5VL_conn_same_class(const H5VL_connector_t *connector1, const H5VL_connector_t *conn2);

/* Connector property rountines */
/* Connector property routines */
H5_DLL herr_t H5VL_conn_prop_copy(H5VL_connector_prop_t *value);
H5_DLL herr_t H5VL_conn_prop_cmp(int *cmp_value, const H5VL_connector_prop_t *prop1,
const H5VL_connector_prop_t *prop2);
Expand Down

0 comments on commit e3e48f0

Please sign in to comment.