summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-12-20 01:06:14 (GMT)
committerGitHub <noreply@github.com>2023-12-20 01:06:14 (GMT)
commita70c001735ba86eadfbdbfa6332d08f087be7124 (patch)
tree2728289d94d4e4eed2338b6470cd36d8844d7d25
parentd5edbee01621f5ef1722799f93c54b391b0aef89 (diff)
downloadhdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.zip
hdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.tar.gz
hdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.tar.bz2
Remove redundant backslash character from comment. (#3899)
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index e64782f..d814503 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -2211,7 +2211,7 @@ done:
*
* Purpose: Releases the external file cache associated with the
* provided file, potentially closing any cached files
- * unless they are held open from somewhere\ else.
+ * unless they are held open from somewhere else.
*
* Return: Success: Non-negative
* Failure: Negative