From b10b4c916c06e276831502f9dde267735c9cbdf4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Sep 2025 13:14:56 -0400 Subject: [PATCH] fix mispaste of comment --- P2P/Http/Server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2