From 3dd41909dd73b58e8feb433cf7403c3efff80827 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Mar 2025 11:36:40 -0400 Subject: [PATCH] fix comment typo --- Annex/InodeSentinal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/InodeSentinal.hs b/Annex/InodeSentinal.hs index 165c8df65d..5bd7031e91 100644 --- a/Annex/InodeSentinal.hs +++ b/Annex/InodeSentinal.hs @@ -15,7 +15,7 @@ import qualified Annex import Utility.InodeCache import Annex.Perms -{- If the sendinal shows the inodes have changed, only the size and mtime +{- If the sentinal shows the inodes have changed, only the size and mtime - are compared. -} compareInodeCaches :: InodeCache -> InodeCache -> Annex Bool compareInodeCaches x y