summaryrefslogtreecommitdiffstats
path: root/src/H5Tenum.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-22 06:25:12 (GMT)
committerGitHub <noreply@github.com>2023-04-22 06:25:12 (GMT)
commit7707859279a60b32d2b6c915442a7c04d44445b4 (patch)
tree890d16aa2408b270368b36ea4f05ca20fe2f16f6 /src/H5Tenum.c
parenta4371b6fce577852691dfdeac642dec1dd4b9453 (diff)
downloadhdf5-7707859279a60b32d2b6c915442a7c04d44445b4.zip
hdf5-7707859279a60b32d2b6c915442a7c04d44445b4.tar.gz
hdf5-7707859279a60b32d2b6c915442a7c04d44445b4.tar.bz2
Merge with develop (#2790)
Diffstat (limited to 'src/H5Tenum.c')
-rw-r--r--src/H5Tenum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tenum.c b/src/H5Tenum.c
index af5812d..bf9b671 100644
--- a/src/H5Tenum.c
+++ b/src/H5Tenum.c
@@ -333,7 +333,7 @@ done:
/*-------------------------------------------------------------------------
* Function: H5T__enum_nameof
*
- * Purpose: Finds the symbol name that corresponds the the specified
+ * Purpose: Finds the symbol name that corresponds to the specified
* VALUE of an enumeration data type DT. At most SIZE characters
* of the symbol name are copied into the NAME buffer. If the
* entire symbol name and null terminator do not fit in the NAME
@@ -470,7 +470,7 @@ done:
/*-------------------------------------------------------------------------
* Function: H5T__enum_valueof
*
- * Purpose: Finds the value that corresponds the the specified symbol
+ * Purpose: Finds the value that corresponds to the specified symbol
* NAME of an enumeration data type DT and copy it to the VALUE
* result buffer. The VALUE should be allocated by the caller to
* be large enough for the result.