diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2017-02-04 10:24:49 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2017-02-04 10:27:01 +0000 |
commit | 31bb85ffc4b68b5e2625ae374822ab8e8548eecc (patch) | |
tree | 41a01695dc4b9632ba2aa9de85bbe64680a08972 /rts/LdvProfile.h | |
parent | 9984024a58a277fad23efd09df0ab51cdd39a87a (diff) | |
download | haskell-31bb85ffc4b68b5e2625ae374822ab8e8548eecc.tar.gz |
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
Diffstat (limited to 'rts/LdvProfile.h')
-rw-r--r-- | rts/LdvProfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.h b/rts/LdvProfile.h index e515715bc3..7475dc15da 100644 --- a/rts/LdvProfile.h +++ b/rts/LdvProfile.h @@ -21,7 +21,7 @@ RTS_PRIVATE void LdvCensusKillAll ( void ); // address 'from'. // // Invoked when: -// 1) Hp is incremented and exceeds HpLim (in Updates.hc). +// 1) Hp is incremented and exceeds HpLim (in Updates.cmm). // 2) copypart() is called (in GC.c). #define LDV_FILL_SLOP(from, howMany) \ if (era > 0) { \ |