qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] misc: spelling


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH] misc: spelling
Date: Fri, 18 Dec 2015 08:20:14 -0500

On Fri, 18 Dec 2015 13:58:45 +0100
Markus Armbruster <address@hidden> wrote:

> Copying maintainer just for completeness.  I'm sure Luiz won't at all
> mind this going through trivial ;)
> 
> Let's clarify the commit message:
> 
>     monitor: Spelling fix
> 
> With that:
> 
> Reviewed-by: Markus Armbruster <address@hidden>

Reviewed-by: Luiz Capitulino <address@hidden>

> 
> address@hidden writes:
> 
> > From: Marc-André Lureau <address@hidden>
> >
> > ---
> >  monitor.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/monitor.c b/monitor.c
> > index e7e7ae2..51ec4c3 100644
> > --- a/monitor.c
> > +++ b/monitor.c
> > @@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon)
> >              return;
> >          }
> >          if (rc > 0) {
> > -            /* partinal write */
> > +            /* partial write */
> >              QString *tmp = qstring_from_str(buf + rc);
> >              QDECREF(mon->outbuf);
> >              mon->outbuf = tmp;
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]