diff options
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) { \ |