From d06732e1a8c2df4d1523c1c0efeff5534156e387 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Thu, 20 Aug 2015 11:35:01 -0500 Subject: [PATCH] Altered incorrect comment --- sway/commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/commands.c b/sway/commands.c index cdc80a0b..be6bc8cf 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -445,7 +445,8 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) { if (!parent) { return true; } - // Find the closest possible sibling and resize using that edge + // Find the closest parent container which has siblings of the proper layout. + // Then apply the resize to all of them. int i; if (strcmp(argv[1], "width") == 0) { int lnumber = 0;