Skip to content
Snippets Groups Projects
Commit 21be5bde authored by Kirill Zaborsky's avatar Kirill Zaborsky Committed by Ben Gamari
Browse files

Fixed misprint 'aqcuired'

parent abd5db60
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import Control.Concurrent.MVar ( MVar, newEmptyMVar, takeMVar, tryTakeMVar
import Control.Exception
import Data.Maybe
-- | 'QSem' is a quantity semaphore in which the resource is aqcuired
-- | 'QSem' is a quantity semaphore in which the resource is acquired
-- and released in units of one. It provides guaranteed FIFO ordering
-- for satisfying blocked `waitQSem` calls.
--
......
......@@ -31,7 +31,7 @@ import Control.Concurrent.MVar ( MVar, newEmptyMVar, takeMVar, tryTakeMVar
import Control.Exception
import Data.Maybe
-- | 'QSemN' is a quantity semaphore in which the resource is aqcuired
-- | 'QSemN' is a quantity semaphore in which the resource is acquired
-- and released in units of one. It provides guaranteed FIFO ordering
-- for satisfying blocked `waitQSemN` calls.
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment