comment typo
This commit is contained in:
parent
ff5c0ef43f
commit
eebf080b33
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ compareStrong (InodeCache x) (InodeCache y) = x == y
|
|||
- The weak mtime comparison treats any mtimes that are within 2 seconds
|
||||
- of one-another as the same. This is because FAT has only a 2 second
|
||||
- resolution. When a FAT filesystem is used on Linux, higher resolution
|
||||
- timestamps maybe be are cached and used by Linux, but they are lost
|
||||
- timestamps maybe are cached and used by Linux, but they are lost
|
||||
- on unmount, so after a remount, the timestamp can appear to have changed.
|
||||
-}
|
||||
compareWeak :: InodeCache -> InodeCache -> Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue