From fb20d376addcb646d130181e003f237b8437d399 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 26 Mar 2018 21:44:02 -0500 Subject: Correct typo in comment. --- src/H5CX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12