diff options
Diffstat (limited to 'src/H5CX.c')
-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 */ |