diff options
Diffstat (limited to 'compiler/GHC/Core.hs')
-rw-r--r-- | compiler/GHC/Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core.hs b/compiler/GHC/Core.hs index 3730e8e919..b4e149af7e 100644 --- a/compiler/GHC/Core.hs +++ b/compiler/GHC/Core.hs @@ -1291,7 +1291,7 @@ Orphan-hood is computed {- ************************************************************************ * * -\subsection{Transformation rules} +\subsection{Rewrite rules} * * ************************************************************************ |