[Spice-commits] server/display-channel.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Fri Apr 21 09:35:39 UTC 2017
server/display-channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d836f3b70cd8c53027f00ef9ac7bebf87bbe930
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Apr 21 10:13:13 2017 +0200
display-channel: Remove extra 'the' in comment
Fixes `make syntax-check`
https://gitlab.com/spice/spice/builds/14346626
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/display-channel.c b/server/display-channel.c
index 5f4caf92..bfff413b 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' */
More information about the Spice-commits
mailing list