From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWJC8-0003Hj-PG for qemu-devel@nongnu.org; Mon, 13 Jun 2011 22:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWJC7-0003XE-TK for qemu-devel@nongnu.org; Mon, 13 Jun 2011 22:17:32 -0400 From: Alexandre Raymond Date: Mon, 13 Jun 2011 22:16:36 -0400 Message-Id: <1308017796-397-1-git-send-email-cerbere@gmail.com> Subject: [Qemu-devel] [PATCH] Fix typo in cpus.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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); } -- 1.7.5