| Submitter | Alexandre Raymond |
|---|---|
| Date | June 14, 2011, 2:16 a.m. |
| Message ID | <1308017796-397-1-git-send-email-cerbere@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/100224/ |
| State | New |
| Headers | show |
Comments
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
Patch
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); }
filed -> failed Signed-off-by: Alexandre Raymond <cerbere@gmail.com> --- cpus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)