From: Joey Hess Date: Mon, 15 Sep 2025 17:14:56 +0000 (-0400) Subject: fix mispaste of comment X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~114 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b10b4c916c06e276831502f9dde267735c9cbdf4;p=git-annex.git fix mispaste of comment --- diff --git a/P2P/Http/Server.hs b/P2P/Http/Server.hs index 88e6fa3367..6a21c6e13c 100644 --- a/P2P/Http/Server.hs +++ b/P2P/Http/Server.hs @@ -478,7 +478,7 @@ serveLockContent mst su apiver (B64Key k) cu bypass sec auth = do lockresv <- newEmptyTMVarIO unlockv <- newEmptyTMVarIO -- A single worker thread takes the lock, and keeps running -- -- until unlock in order to keep the lock held. + -- until unlock in order to keep the lock held. annexworker <- async $ inAnnexWorker st $ do lockres <- runFullProto (clientRunState conn) (clientP2PConnection conn) $ do net $ sendMessage (LOCKCONTENT k)