From: Alexandre Raymond Date: Tue, 14 Jun 2011 02:16:36 +0000 (-0400) Subject: Fix typo in cpus.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77bec68668915cf9cbccf6f869e030b016b31b93;p=qemu.git Fix typo in cpus.c filed -> failed Signed-off-by: Alexandre Raymond Signed-off-by: Stefan Hajnoczi --- 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); }