Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
askeblad committed Apr 5, 2022
1 parent 26e9d3c commit bd5894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Socket/Internal.hs
Expand Up @@ -142,7 +142,7 @@ throwSocketErrorIfMinus1RetryMayBlock
-- the IO action returns a result of @-1@, but retries in case of an
-- interrupted operation. Checks for operations that would block and
-- executes an alternative action before retrying in that case. If the error
-- is one handled by the exempt filter then ignore it and return the errorcode.
-- is one handled by the exempt filter then ignore it and return the error code.
throwSocketErrorIfMinus1RetryMayBlockBut
:: (Eq a, Num a)
=> (CInt -> Bool) -- ^ exception exempt filter
Expand Down

0 comments on commit bd5894c

Please sign in to comment.