X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=0a65c73bb1cdeaf53667653c27501137b15cba0e;hb=759ab7bf5f374ae394d495b38b237c81d91557c2;hp=cbcc4531f3eb0fb53fbf665e3fbb264a456ab0b3;hpb=9699d43eb2988a838c786927c3a874169a17d71e;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index cbcc453..0a65c73 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -28,7 +28,7 @@ module System.IO ( -- | GHC note: a 'Handle' will be automatically closed when the garbage -- collector detects that it has become unreferenced by the program. -- However, relying on this behaviour is not generally recommended: - -- the garbage collector is unpredictable. If possible, use explicit + -- the garbage collector is unpredictable. If possible, use -- an explicit 'hClose' to close 'Handle's when they are no longer -- required. GHC does not currently attempt to free up file -- descriptors when they have run out, it is your responsibility to