Altered incorrect comment

This commit is contained in:
Luminarys 2015-08-20 11:35:01 -05:00
parent bc3babf566
commit d06732e1a8
1 changed files with 2 additions and 1 deletions

View File

@ -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;