diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-30 17:34:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 17:34:48 (GMT) |
commit | fac4cd9e667e3ec6e62e7975fbdb53ff0d70cdc6 (patch) | |
tree | 73d047b9cf257c85a708eb813c12f3071ed6d67a /src/H5Dpkg.h | |
parent | d4f151fac40724b0425e697b1c3613b5d86cfa7b (diff) | |
download | hdf5-fac4cd9e667e3ec6e62e7975fbdb53ff0d70cdc6.zip hdf5-fac4cd9e667e3ec6e62e7975fbdb53ff0d70cdc6.tar.gz hdf5-fac4cd9e667e3ec6e62e7975fbdb53ff0d70cdc6.tar.bz2 |
1.10 Merge doxygen changes from develop (#1543)
* Merge doxygen changes from develop
* Remove 1.12 section
* Minor comment cleanup
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 16e101c..53e430a 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -430,7 +430,7 @@ typedef struct H5D_rdcdc_t { /* * A dataset is made of two layers, an H5D_t struct that is unique to - * each instance of an opened datset, and a shared struct that is only + * each instance of an opened dataset, and a shared struct that is only * created once for a given dataset. Thus, if a dataset is opened twice, * there will be two IDs and two H5D_t structs, both sharing one H5D_shared_t. */ |