[svn-r21688] Fixed a very minor typo.

No test needed.
This commit is contained in:
Dana Robinson 2011-10-28 15:43:38 -05:00
parent 0381963da6
commit b8a057585e

View File

@ -184,7 +184,7 @@ H5_DLL herr_t H5Oclose(hid_t object_id);
/* Typedefs */ /* 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 { typedef struct H5O_stat_t {
hsize_t size; /* Total size of object header in file */ hsize_t size; /* Total size of object header in file */
hsize_t free; /* Free space within object header */ hsize_t free; /* Free space within object header */