From 566d4ea2e4434bf0bedfaa518c31bca42959855d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Jul 2010 12:37:15 +0000 Subject: [PATCH] doc typo --- Foreign/C/Error.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- -- 1.7.10.4