From patchwork Tue Jun 14 02:16:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix typo in cpus.c Date: Mon, 13 Jun 2011 16:16:36 -0000 From: Alexandre Raymond X-Patchwork-Id: 100224 Message-Id: <1308017796-397-1-git-send-email-cerbere@gmail.com> To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Alexandre Raymond filed -> failed Signed-off-by: Alexandre Raymond --- 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); }