diff --git a/Utility/InodeCache.hs b/Utility/InodeCache.hs index fca478ff87..7d2959d8ff 100644 --- a/Utility/InodeCache.hs +++ b/Utility/InodeCache.hs @@ -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