Fixes `make syntax-check` https://gitlab.com/spice/spice/builds/14346626 --- server/display-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/display-channel.c b/server/display-channel.c index 5f4caf925..bfff413b8 100644 --- a/server/display-channel.c +++ b/server/display-channel.c @@ -987,7 +987,7 @@ static bool current_add(DisplayChannel *display, Ring *ring, Drawable *drawable) /* advance the loop variable */ now = ring_next(ring, now); if (shadow || skip) { - /* 'now' is currently set to the the item immediately AFTER + /* 'now' is currently set to the item immediately AFTER * the obscured sibling that we just removed. * TODO: document why this item is used as an * 'exclude_base' */ -- 2.12.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel