diff options
Diffstat (limited to 'FreeFileSync/Source/base/algorithm.h')
-rwxr-xr-x | FreeFileSync/Source/base/algorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeFileSync/Source/base/algorithm.h b/FreeFileSync/Source/base/algorithm.h index 7e073945..a8facb9d 100755 --- a/FreeFileSync/Source/base/algorithm.h +++ b/FreeFileSync/Source/base/algorithm.h @@ -81,7 +81,7 @@ struct FileDescriptor }; bool operator<(const FileDescriptor& lhs, const FileDescriptor& rhs); -//get native Win32 paths or create temporary copy for SFTP/MTP, ect. +//get native Win32 paths or create temporary copy for SFTP/MTP, etc. class TempFileBuffer { public: |