fix comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 11 Feb 2025 18:07:01 +0000 (14:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 11 Feb 2025 18:07:01 +0000 (14:07 -0400)
Git/FilePath.hs

index b184264ab0fac78e065b808d953eb62f785d0baa..4604bd2ddda2dfc4cd65804bbbd1b5b1e79d56e6 100644 (file)
@@ -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