diff options
author | David Young <dyoung@hdfgroup.org> | 2022-01-28 22:44:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 22:44:47 (GMT) |
commit | 2b3bb3659cc7dca125a6e91080452b71632968cb (patch) | |
tree | 6a6409d7e15b4fea8e7a8c400766a8053d76113b /src/H5Tnative.c | |
parent | 4ac6ccc0213767be935b2686524937ae93c46e3f (diff) | |
download | hdf5-2b3bb3659cc7dca125a6e91080452b71632968cb.zip hdf5-2b3bb3659cc7dca125a6e91080452b71632968cb.tar.gz hdf5-2b3bb3659cc7dca125a6e91080452b71632968cb.tar.bz2 |
Fix some spelling. (#1402)
Diffstat (limited to 'src/H5Tnative.c')
-rw-r--r-- | src/H5Tnative.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tnative.c b/src/H5Tnative.c index 4529e57..e6fab51 100644 --- a/src/H5Tnative.c +++ b/src/H5Tnative.c @@ -43,7 +43,7 @@ static herr_t H5T__cmp_offset(size_t *comp_size, size_t *offset, size_t elem_siz * * Purpose: High-level API to return the native type of a datatype. * The native type is chosen by matching the size and class of - * querried datatype from the following native premitive + * queried datatype from the following native primitive * datatypes: * H5T_NATIVE_CHAR H5T_NATIVE_UCHAR * H5T_NATIVE_SHORT H5T_NATIVE_USHORT @@ -56,7 +56,7 @@ static herr_t H5T__cmp_offset(size_t *comp_size, size_t *offset, size_t elem_siz * H5T_NATIVE_LDOUBLE * * Compound, array, enum, and VL types all choose among these - * types for their members. Time, Bifield, Opaque, Reference + * types for their members. Time, Bitfield, Opaque, Reference * types are only copy out. * * Return: Success: Returns the native data type if successful. @@ -696,7 +696,7 @@ H5_GCC_DIAG_OFF("duplicated-branches") /*------------------------------------------------------------------------- * Function: H5T__get_native_float * - * Purpose: Returns the native floatt type of a datatype. + * Purpose: Returns the native float type of a datatype. * * Return: Success: Returns the native data type if successful. * |