Skip to content

Commit

Permalink
Fix typo - Cnversion (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 2, 2024
1 parent a314a7a commit 1042ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Tconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1042ed4

Please sign in to comment.