diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-12-20 01:06:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 01:06:14 (GMT) |
commit | a70c001735ba86eadfbdbfa6332d08f087be7124 (patch) | |
tree | 2728289d94d4e4eed2338b6470cd36d8844d7d25 /src | |
parent | d5edbee01621f5ef1722799f93c54b391b0aef89 (diff) | |
download | hdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.zip hdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.tar.gz hdf5-a70c001735ba86eadfbdbfa6332d08f087be7124.tar.bz2 |
Remove redundant backslash character from comment. (#3899)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5F.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |