mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
reds: Fix typos in comments
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
0a415abf35
commit
327a677b0d
@ -259,7 +259,7 @@ static int dispatcher_handle_single_read(Dispatcher *dispatcher)
|
||||
return 0;
|
||||
}
|
||||
if (ret == 0) {
|
||||
/* no messsage */
|
||||
/* no message */
|
||||
return 0;
|
||||
}
|
||||
if (type >= dispatcher->priv->max_message_type) {
|
||||
|
||||
@ -1612,7 +1612,7 @@ bool reds_handle_migrate_data(RedsState *reds, MainChannelClient *mcc,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
/* restore agent starte when the agent gets attached */
|
||||
/* restore agent starts when the agent gets attached */
|
||||
spice_debug("saving mig_data");
|
||||
spice_assert(agent_dev->priv->plug_generation == 0);
|
||||
agent_dev->priv->mig_data = g_memdup(mig_data, size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user