summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-03-27 02:44:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-03-27 02:44:02 (GMT)
commitfb20d376addcb646d130181e003f237b8437d399 (patch)
tree8a7656bc4f4e40bb4e8dc86dd3e0f3371068763e
parentdae5e63cfbd57bff60f1ead8c4ac67d975f5bad1 (diff)
downloadhdf5-fb20d376addcb646d130181e003f237b8437d399.zip
hdf5-fb20d376addcb646d130181e003f237b8437d399.tar.gz
hdf5-fb20d376addcb646d130181e003f237b8437d399.tar.bz2
Correct typo in comment.
-rw-r--r--src/H5CX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index dd1d74f..8fc20cf 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -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 */