haddock fix
authorRoss Paterson <ross@soi.city.ac.uk>
Thu, 18 May 2006 15:47:23 +0000 (15:47 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Thu, 18 May 2006 15:47:23 +0000 (15:47 +0000)
Foreign/Ptr.hs

index cc5008c..6467c38 100644 (file)
@@ -38,7 +38,7 @@ module Foreign.Ptr (
     -- Free the function pointer created by foreign export dynamic.
 
 #ifndef __NHC__
-    -- * Integral types with lossless conversion to/from pointers
+    -- * Integral types with lossless conversion to and from pointers
     IntPtr,
     ptrToIntPtr,
     intPtrToPtr,