From: Simon Marlow Date: Thu, 1 Jul 2010 12:37:15 +0000 (+0000) Subject: doc typo X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=566d4ea2e4434bf0bedfaa518c31bca42959855d doc typo --- diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index 76160b2..8d149c1 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -358,7 +358,7 @@ throwErrnoIfRetry pred loc f = else throwErrno loc else return res --- | as 'throwErrnoIfRetry', but additionlly if the operation +-- | as 'throwErrnoIfRetry', but additionally if the operation -- yields the error code 'eAGAIN' or 'eWOULDBLOCK', an alternative -- action is executed before retrying. --