summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-17 22:01:32 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-17 22:01:32 +0000
commit1e41f1ba595fdf9e76c8c770428573f9675f8cab (patch)
treeebd08e31d270795ab45387f36aa1d1e72f82d583 /libraries/base/Foreign
parent7be5177147173cd4ef52eae8a82d93b153030802 (diff)
downloadhaskell-1e41f1ba595fdf9e76c8c770428573f9675f8cab.tar.gz
Update a H98 reference to H2010
Diffstat (limited to 'libraries/base/Foreign')
-rw-r--r--libraries/base/Foreign/Marshal/Pool.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Foreign/Marshal/Pool.hs b/libraries/base/Foreign/Marshal/Pool.hs
index ccb0f415ad..5187d757aa 100644
--- a/libraries/base/Foreign/Marshal/Pool.hs
+++ b/libraries/base/Foreign/Marshal/Pool.hs
@@ -73,7 +73,7 @@ import Foreign.Storable ( Storable(sizeOf, poke) )
--------------------------------------------------------------------------------
--- To avoid non-H98 stuff like existentially quantified data constructors, we
+-- To avoid non-H2010 stuff like existentially quantified data constructors, we
-- simply use pointers to () below. Not very nice, but...
-- | A memory pool.