From 7f7d2e01376be4e90e96c0cd694474a888a028c5 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 19 Dec 2023 10:16:35 -0600 Subject: [PATCH] Remove redundant backslash character from comment. --- 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