X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIOBase.lhs;h=43073c02861fd56ec0569b80e95dd7e5b46fff5b;hb=ae826792516f76f4a35d74c885653167f2045df9;hp=7b8fef53b61f805307a079d04e2dcfad85a8caa0;hpb=1ae0823ca86798e2a17f2dd2124971bcae07d1b5;p=ghc-base.git diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index 7b8fef5..43073c0 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -546,8 +546,8 @@ data Exception -- argument of 'ErrorCall' is the string passed to 'error' when it was -- called. | ExitException ExitCode - -- ^The 'ExitException' exception is thrown by 'System.exitWith' (and - -- 'System.exitFailure'). The 'ExitCode' argument is the value passed + -- ^The 'ExitException' exception is thrown by 'System.Exit.exitWith' (and + -- 'System.Exit.exitFailure'). The 'ExitCode' argument is the value passed -- to 'System.exitWith'. An unhandled 'ExitException' exception in the -- main thread will cause the program to be terminated with the given -- exit code.