From e40224bac4971bd5d70200ae25bac97e067305cb Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 19 Dec 2023 19:06:14 -0600 Subject: [PATCH] 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 e64782f36f0..d814503ddf7 100644 --- a/src/H5F.c +++ b/src/H5F.c @@ -2211,7 +2211,7 @@ H5Fget_free_sections(hid_t file_id, H5F_mem_t type, size_t nsects, H5F_sect_info * * 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