Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
close #197
  • Loading branch information
hyoklee committed Apr 2, 2024
1 parent 67aae65 commit 7b509e9
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 7b509e9

Please sign in to comment.