From 9dc43396b32bc36d458546960866289ad2c58f96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Feb 2025 14:07:01 -0400 Subject: [PATCH] fix comment --- Git/FilePath.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git/FilePath.hs b/Git/FilePath.hs index b184264ab0..4604bd2ddd 100644 --- a/Git/FilePath.hs +++ b/Git/FilePath.hs @@ -58,7 +58,7 @@ fromTopFilePath p repo = combine (repoPath repo) (getTopFilePath p) toTopFilePath :: OsPath -> Git.Repo -> IO TopFilePath toTopFilePath file repo = TopFilePath <$> relPathDirToFile (repoPath repo) file -{- The input RawFilePath must already be relative to the top of the git +{- The input path must already be relative to the top of the git - repository -} asTopFilePath :: OsPath -> TopFilePath asTopFilePath file = TopFilePath file