fix comment

This commit is contained in:
Dana Jansens 2003-09-15 03:24:27 +00:00
parent 1f451f5de0
commit 4bb7543de6

View file

@ -85,8 +85,8 @@ static GSList* area_remove(GSList *list, Rect *a)
} else {
Rect isect, extra;
/* Use an intersection of win and curr to determine the space
around curr that we can use.
/* Use an intersection of a and r to determine the space
around r that we can use.
NOTE: the spaces calculated can overlap.
*/