aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Thomas Hebb <tommyhebb@gmail.com>2022-02-21 23:13:18 -0800
committerLibravatar Simon Ser <contact@emersion.fr>2022-02-22 09:50:58 +0100
commitb38b845c6311a0d2b2daed7d35d90a6a7eb7bcf1 (patch)
treed229a110105cc209f7d58903af9052caa76cde94 /include
parentsway/input: use wlr_input_device from input device base (diff)
downloadsway-b38b845c6311a0d2b2daed7d35d90a6a7eb7bcf1.tar.gz
sway-b38b845c6311a0d2b2daed7d35d90a6a7eb7bcf1.tar.zst
sway-b38b845c6311a0d2b2daed7d35d90a6a7eb7bcf1.zip
Remove some erroneous apostrophes in comments
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index a5f74de9..751612e2 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -364,7 +364,7 @@ bool container_is_sticky_or_child(struct sway_container *con);
364 * This will destroy pairs of redundant H/V splits 364 * This will destroy pairs of redundant H/V splits
365 * e.g. H[V[H[app app]] app] -> H[app app app] 365 * e.g. H[V[H[app app]] app] -> H[app app app]
366 * The middle "V[H[" are eliminated by a call to container_squash 366 * The middle "V[H[" are eliminated by a call to container_squash
367 * on the V[ con. It's grandchildren are added to it's parent. 367 * on the V[ con. It's grandchildren are added to its parent.
368 * 368 *
369 * This function is roughly equivalent to i3's tree_flatten here: 369 * This function is roughly equivalent to i3's tree_flatten here:
370 * https://github.com/i3/i3/blob/1f0c628cde40cf87371481041b7197344e0417c6/src/tree.c#L651 370 * https://github.com/i3/i3/blob/1f0c628cde40cf87371481041b7197344e0417c6/src/tree.c#L651