syntax-check: s/the the/the/ in a comment

This commit is contained in:
Uri Lublin 2013-07-09 23:35:49 +03:00
parent c0c78346ff
commit cfe81e1a98
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ int spice_char_device_state_restore(SpiceCharDeviceState *dev,
* 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 backwartd compatible with the client, we need to track the tokens
* event when the agent is detached. We don't destroy the the char_device state, and
* event when the agent is detached. We don't destroy the char_device state, and
* instead we just reset it.
* In addition, there is a misshandling of AGENT_TOKENS message in spice-gtk: it
* overrides the amount of tokens, instead of adding the given amount.

View File

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