diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-16 17:06:31 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-17 11:30:04 +0100 |
commit | 259ea3e0cc85b771e730928f085503407dc27978 (patch) | |
tree | 7125c386df783e4aeb7f9d13defde416e9888ea1 /compiler/utils | |
parent | 493146ac822f05cebacf819d2f6a396f6e11d704 (diff) | |
download | haskell-259ea3e0cc85b771e730928f085503407dc27978.tar.gz |
Fix typo
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Outputable.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs index be6a9cf84d..8cfb8e2919 100644 --- a/compiler/utils/Outputable.lhs +++ b/compiler/utils/Outputable.lhs @@ -914,7 +914,7 @@ pprPanic :: String -> SDoc -> a pprPanic = pprAndThen panic pprSorry :: String -> SDoc -> a --- ^ Throw an exceptio saying "this isn't finished yet" +-- ^ Throw an exception saying "this isn't finished yet" pprSorry = pprAndThen sorry |