Skip to content

Commit

Permalink
Remove redundant backslash character from comment. (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Dec 20, 2023
1 parent d5edbee commit a70c001
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 a70c001

Please sign in to comment.