Skip to content

Commit

Permalink
Remove redundant backslash character from comment. (HDFGroup#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Jan 4, 2024
1 parent f865d3b commit e40224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5F.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e40224b

Please sign in to comment.