Skip to content

Commit 3a0fec4

Browse files
committed
fixing typo in comment
1 parent 19896dd commit 3a0fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libdar/archive_aux.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace libdar
4343
enum class modified_data_detection
4444
{
4545
any_inode_change, ///< historical behavior, resave an inode on any metadata change
46-
mtime_size, ///< default behavior since release 2.6.0 resave only if file size of mtime changed
46+
mtime_size, ///< default behavior since release 2.6.0 resave only if file size or mtime changed
4747
};
4848

4949

0 commit comments

Comments
 (0)