From 31bb85ffc4b68b5e2625ae374822ab8e8548eecc Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Sat, 4 Feb 2017 10:24:49 +0000 Subject: Fix comment (old file names) in rts/ [skip ci] There ware some old file names (.lhs, ...) at comments. * rts/win32/ThrIOManager.c - Conc.lhs -> Conc.hs * rts/PrimOps.cmm - ByteCodeLink.lhs -> ByteCodeLink.hs - StgMiscClosures.hc -> StgMiscClosures.cmm * rts/AutoApply.h - AutoApply.hc -> AutoApply.cmm * rts/HeapStackCheck.cmm - PrimOps.hc -> PrimOps.cmm * rts/LdvProfile.h - Updates.hc -> Updates.cmm * rts/Schedule.c - StgStartup.hc -> StgStartup.cmm * rts/Weak.c - StgMiscClosures.hc -> StgMiscClosures.cmm Reviewers: bgamari, austin, erikd, simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3075 --- rts/HeapStackCheck.cmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/HeapStackCheck.cmm') diff --git a/rts/HeapStackCheck.cmm b/rts/HeapStackCheck.cmm index 69bff74f41..9bfe37ebd4 100644 --- a/rts/HeapStackCheck.cmm +++ b/rts/HeapStackCheck.cmm @@ -526,7 +526,7 @@ stg_block_noregs * ptr to MVar (R1) * stg_block_putmvar_info * - * See PrimOps.hc for a description of the workings of take/putMVar. + * See PrimOps.cmm for a description of the workings of take/putMVar. * * -------------------------------------------------------------------------- */ -- cgit v1.2.1