qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] monitor: Typo fix
@ 2016-05-17 22:00 Eric Blake
  2016-05-29  8:27 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2016-05-17 22:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Luiz Capitulino, Markus Armbruster

s/partinal/partial/

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor.c b/monitor.c
index 4393151..2f56488 100644
--- a/monitor.c
+++ b/monitor.c
@@ -312,7 +312,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;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] monitor: Typo fix
  2016-05-17 22:00 [Qemu-devel] [PATCH] monitor: Typo fix Eric Blake
@ 2016-05-29  8:27 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-05-29  8:27 UTC (permalink / raw)
  To: Eric Blake, qemu-devel; +Cc: qemu-trivial, Markus Armbruster, Luiz Capitulino

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-29  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 22:00 [Qemu-devel] [PATCH] monitor: Typo fix Eric Blake
2016-05-29  8:27 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).