From: Joey Hess Date: Wed, 10 Jan 2024 19:59:16 +0000 (-0400) Subject: correct comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~56 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b728e935bc4aefde6b821a54b6ffb20f027fdabd;p=git-annex.git correct comment --- diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs index 339326304b..54521fbedf 100644 --- a/Utility/Gpg.hs +++ b/Utility/Gpg.hs @@ -147,8 +147,8 @@ pipeStrict' (GpgCmd cmd) params environ input = do forceSuccessProcess p pid `after` B.hGetContents from go _ _ _ _ _ = error "internal" -{- Runs gpg with some parameters. First sends it a passphrase (unless it - - is empty) via '--passphrase-fd'. Then runs a feeder action that is +{- Runs gpg with some parameters. First sends it a passphrase via + - '--passphrase-fd'. Then runs a feeder action that is - passed a handle and should write to it all the data to input to gpg. - Finally, runs a reader action that is passed a handle to gpg's - output.