summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/place.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/place.c b/openbox/place.c
index a641eb5e..6c64a3bc 100644
--- a/openbox/place.c
+++ b/openbox/place.c
@@ -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.
*/