comment typo

This commit is contained in:
Joey Hess 2019-10-23 12:32:46 -04:00
parent ff5c0ef43f
commit eebf080b33
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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