diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-30 01:52:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 01:52:31 (GMT) |
commit | a9cd3c6cfb1dd40072962d07d892f3a882928414 (patch) | |
tree | ce45ec57b9bfc4a3b65b1d0c155a7cbaf90ced42 /src/H5Dpkg.h | |
parent | e5481d6d9aaa62c098dacba15380e267309aff59 (diff) | |
download | hdf5-a9cd3c6cfb1dd40072962d07d892f3a882928414.zip hdf5-a9cd3c6cfb1dd40072962d07d892f3a882928414.tar.gz hdf5-a9cd3c6cfb1dd40072962d07d892f3a882928414.tar.bz2 |
1.12 Merge doxygen changes from develop (#1542)
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 3093eec..64692c5 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -434,7 +434,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. */ |