From a70c001735ba86eadfbdbfa6332d08f087be7124 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 19 Dec 2023 19:06:14 -0600 Subject: Remove redundant backslash character from comment. (#3899) --- src/H5F.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12