[project @ 2003-03-08 23:03:47 by panne]
[ghc-base.git] / Data / Bits.hs
index bbd8fe1..30c687a 100644 (file)
@@ -13,7 +13,7 @@
 --  integers.  Instances of the class 'Bits' for the 'Int' and
 --  'Integer' types are available from this module, and instances for
 --  explicitly sized integral types are available from the
---  "Int" and "Word" modules.
+--  "Data.Int" and "Data.Word" modules.
 --
 -----------------------------------------------------------------------------