summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-25 20:20:51 (GMT)
committerGitHub <noreply@github.com>2021-05-25 20:20:51 (GMT)
commit004b9c06a68232957914874776c755568fba915e (patch)
tree897b26b1683894064fad586a4db52d53ca71eefb
parent62a5443bd798dd2b4c4deba2cbb0bd8646196e7d (diff)
downloadhdf5-004b9c06a68232957914874776c755568fba915e.zip
hdf5-004b9c06a68232957914874776c755568fba915e.tar.gz
hdf5-004b9c06a68232957914874776c755568fba915e.tar.bz2
Typo (#682)
* Committing clang-format changes * Minor typo in H5O.c Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index ab39ec0..4876bb0 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1843,7 +1843,7 @@ H5O__close_check_common(hid_t object_id)
done:
FUNC_LEAVE_NOAPI(ret_value)
-} /* H5O__close_api_common() */
+} /* H5O__close_check_common() */
/*-------------------------------------------------------------------------
* Function: H5Oclose