fixed a comment 4.6
authorarg@suckless.org
Thu, 25 Oct 2007 10:42:55 +0200
changeset 1043 bcd7e18e196a
parent 1042 2a3f59cc8d2f
child 1044 78d663b698f0
fixed a comment
dwm.c
--- a/dwm.c	Wed Oct 24 20:34:08 2007 +0200
+++ b/dwm.c	Thu Oct 25 10:42:55 2007 +0200
@@ -1597,7 +1597,7 @@
 		}
 		resize(c, nx, ny, nw, nh, True);
 		if((c->h < bh) || (c->h > nh) || (c->w < bh) || (c->w > nw))
-			/* client doesn't accept geometry, so enforce it */
+			/* client doesn't accept size constraints */
 			resize(c, nx, ny, nw, nh, False);
 		if(n > 1 && th != wah)
 			ny = c->y + c->h + 2 * c->border;