From: simonmar Date: Wed, 13 Mar 2002 13:39:15 +0000 (+0000) Subject: [project @ 2002-03-13 13:39:15 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2274 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a551a3bb52fa6259a64c7043e1a0a7fa6772b452;p=ghc-hetmet.git [project @ 2002-03-13 13:39:15 by simonmar] Fix panic message. --- diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index 515ba05..f6cfd77 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -221,7 +221,7 @@ getPrimRepArrayElemSize Int32Rep = 4 getPrimRepArrayElemSize Int64Rep = 8 getPrimRepArrayElemSize FloatRep = 4 getPrimRepArrayElemSize DoubleRep = 8 -getPrimRepArrayElemSize other = pprPanic "getPrimRepSizeArrayElemSize" (ppr other) +getPrimRepArrayElemSize other = pprPanic "getPrimRepArrayElemSize" (ppr other) \end{code}