* [Qemu-devel] [PATCH] Fix typo in cpus.c
@ 2011-06-14 2:16 Alexandre Raymond
2011-06-14 8:07 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Raymond @ 2011-06-14 2:16 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Alexandre Raymond
filed -> failed
Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
---
cpus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpus.c b/cpus.c
index 1fc34b7..4ab76f0 100644
--- a/cpus.c
+++ b/cpus.c
@@ -297,7 +297,7 @@ static void qemu_event_increment(void)
/* EAGAIN is fine, a read must be pending. */
if (ret < 0 && errno != EAGAIN) {
- fprintf(stderr, "qemu_event_increment: write() filed: %s\n",
+ fprintf(stderr, "qemu_event_increment: write() failed: %s\n",
strerror(errno));
exit (1);
}
--
1.7.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix typo in cpus.c
2011-06-14 2:16 [Qemu-devel] [PATCH] Fix typo in cpus.c Alexandre Raymond
@ 2011-06-14 8:07 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2011-06-14 8:07 UTC (permalink / raw)
To: Alexandre Raymond; +Cc: qemu-trivial, qemu-devel
On Mon, Jun 13, 2011 at 10:16:36PM -0400, Alexandre Raymond wrote:
> filed -> failed
>
> Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
> ---
> cpus.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-14 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 2:16 [Qemu-devel] [PATCH] Fix typo in cpus.c Alexandre Raymond
2011-06-14 8:07 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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).