1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00

Clarifying a comment.

Copied from Perforce
 Change: 184262
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2014-01-31 13:50:16 +00:00
parent 414d54d154
commit f2c70fe37a

View file

@ -832,8 +832,8 @@ static Res MVTInsert(MVT mvt, Addr base, Addr limit)
if (RangeSize(&newRange) >= mvt->reuseSize) {
/* The new range is big enough that it might have been coalesced
* with ranges on the ABQ, so ensure that they are removed before
* reserving the new range.
* with ranges on the ABQ, so ensure that the corresponding ranges
* are coalesced on the ABQ.
*/
ABQIterate(MVTABQ(mvt), MVTDeleteOverlapping, &newRange, 0);
MVTReserve(mvt, &newRange);