From 77bec68668915cf9cbccf6f869e030b016b31b93 Mon Sep 17 00:00:00 2001 From: Alexandre Raymond Date: Mon, 13 Jun 2011 22:16:36 -0400 Subject: [PATCH] Fix typo in cpus.c filed -> failed Signed-off-by: Alexandre Raymond Signed-off-by: Stefan Hajnoczi --- cpus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpus.c b/cpus.c index 17e96b56e0..0699f378b1 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); } -- 2.42.0