[Spice-devel] [PATCH spice-server 4/8] reds: Fix typo in comment

Frediano Ziglio fziglio at redhat.com
Mon Feb 11 13:13:02 UTC 2019


> On 2/11/19 9:54 AM, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> > ---
> >  server/reds.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/server/reds.c b/server/reds.c
> > index c16655adf..4708be330 100644
> > --- a/server/reds.c
> > +++ b/server/reds.c
> > @@ -1595,7 +1595,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);
> > 
> 
> Squash with the next one?
> 
> Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> 

Should the title then be "Fix typo in comments" or "Fix typos in comments" ?

Frediano


More information about the Spice-devel mailing list