diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-01 16:06:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 16:06:39 (GMT) |
commit | 265494b5b94c9f83ce80e06669bab83398c1970b (patch) | |
tree | ca6731061157e3022611c66e0237bf42e0fb5b2f /tools/lib/h5tools_dump.c | |
parent | 0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff) | |
download | hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2 |
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'tools/lib/h5tools_dump.c')
-rw-r--r-- | tools/lib/h5tools_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c index 435ca87..57a1712 100644 --- a/tools/lib/h5tools_dump.c +++ b/tools/lib/h5tools_dump.c @@ -3747,7 +3747,7 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info, h5tools_context_t * /*------------------------------------------------------------------------- * Function: dump_comment * - * Purpose: prints the comment for the the object name + * Purpose: prints the comment for the object name * * Return: void *------------------------------------------------------------------------- |