[project @ 2005-03-31 10:16:33 by simonmar]
[ghc-hetmet.git] / ghc / compiler / nativeGen / MachRegs.lhs
index ec28f70..a3946a7 100644 (file)
@@ -1156,7 +1156,7 @@ callerSaves CurrentNursery                = True
 callerSaves _                          = False
 
 
--- | Returns 'Nothing' if this global register is not stored
+--  | Returns 'Nothing' if this global register is not stored
 -- in a real machine register, otherwise returns @'Just' reg@, where
 -- reg is the machine register it is stored in.