diff options
-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 |