mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Fix typo - Cnversion (#4301)
This commit is contained in:
parent
a314a7a497
commit
1042ed4d49
@ -1186,7 +1186,7 @@ typedef struct H5T_conv_enum_t {
|
||||
int *src2dst; /*map from src to dst index */
|
||||
} H5T_conv_enum_t;
|
||||
|
||||
/* Cnversion data for H5T__conv_array() */
|
||||
/* Conversion data for H5T__conv_array() */
|
||||
typedef struct H5T_conv_array_t {
|
||||
H5T_path_t *tpath; /* Conversion path for parent types */
|
||||
} H5T_conv_array_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user