From eebf080b337ca5d83ed4a256fccf3cbce3915ab3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Oct 2019 12:32:46 -0400 Subject: [PATCH] comment typo --- Utility/InodeCache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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