diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-03-27 02:44:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-03-27 02:44:02 (GMT) |
commit | fb20d376addcb646d130181e003f237b8437d399 (patch) | |
tree | 8a7656bc4f4e40bb4e8dc86dd3e0f3371068763e | |
parent | dae5e63cfbd57bff60f1ead8c4ac67d975f5bad1 (diff) | |
download | hdf5-fb20d376addcb646d130181e003f237b8437d399.zip hdf5-fb20d376addcb646d130181e003f237b8437d399.tar.gz hdf5-fb20d376addcb646d130181e003f237b8437d399.tar.bz2 |
Correct typo in comment.
-rw-r--r-- | src/H5CX.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ /* Local Typedefs */ /******************/ -/* Context stored for each I/O-related API call */ +/* Context stored for each API call */ typedef struct H5CX_t { /* DXPL */ hid_t dxpl_id; /* DXPL ID for API operation */ |