summaryrefslogtreecommitdiffstats
path: root/server/reds.c
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2013-07-09 23:35:49 +0300
committerUri Lublin <uril@redhat.com>2013-07-16 23:37:28 +0300
commitcfe81e1a98552eec9aa90ceff735d3a8303ec8e2 (patch)
tree138ab47d289f5354cdbfff8923d01ad821a5d495 /server/reds.c
parentc0c78346ff0009ff2e82439b04b791ea7a5a5ad6 (diff)
downloadspice-cfe81e1a98552eec9aa90ceff735d3a8303ec8e2.tar.gz
spice-cfe81e1a98552eec9aa90ceff735d3a8303ec8e2.tar.xz
spice-cfe81e1a98552eec9aa90ceff735d3a8303ec8e2.zip
syntax-check: s/the the/the/ in a comment
Diffstat (limited to 'server/reds.c')
-rw-r--r--server/reds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/reds.c b/server/reds.c
index b3dfb25a..30d0652e 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -502,7 +502,7 @@ static void reds_reset_vdp(void)
* Instead, it would have been more appropriate to reset them upon AGEN_CONNECT.
* The client tokens are tracked as part of the SpiceCharDeviceClientState. Thus,
* in order to be backward compatible with the client, we need to track the tokens
- * even if the agent is detached. We don't destroy the the char_device state, and
+ * even if the agent is detached. We don't destroy the char_device state, and
* instead we just reset it.
* In addition, there used to be a misshandling of AGENT_TOKENS message in spice-gtk: it
* overrides the amount of tokens, instead of adding the given amount.