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
Showing
- rts/AutoApply.h 1 addition, 1 deletionrts/AutoApply.h
- rts/HeapStackCheck.cmm 1 addition, 1 deletionrts/HeapStackCheck.cmm
- rts/LdvProfile.h 1 addition, 1 deletionrts/LdvProfile.h
- rts/PrimOps.cmm 2 additions, 2 deletionsrts/PrimOps.cmm
- rts/Schedule.c 1 addition, 1 deletionrts/Schedule.c
- rts/Weak.c 1 addition, 1 deletionrts/Weak.c
- rts/win32/ThrIOManager.c 1 addition, 1 deletionrts/win32/ThrIOManager.c
Loading
Please register or sign in to comment