[project @ 2003-04-23 14:36:26 by malcolm]
[haskell-directory.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.
 --
 -----------------------------------------------------------------------------