diff options
-rw-r--r-- | src/H5Opublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h index c5ae3c1..2379d6b 100644 --- a/src/H5Opublic.h +++ b/src/H5Opublic.h @@ -184,7 +184,7 @@ H5_DLL herr_t H5Oclose(hid_t object_id); /* Typedefs */ -/* A struct that's part of the H5G_stat_t routine (deprecated) */ +/* A struct that's part of the H5G_stat_t structure (deprecated) */ typedef struct H5O_stat_t { hsize_t size; /* Total size of object header in file */ hsize_t free; /* Free space within object header */ |