From: Alexandre Raymond Date: Tue, 14 Jun 2011 02:16:36 +0000 (-0400) Subject: Fix typo in cpus.c X-Git-Tag: v0.15.0-rc0~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77bec68668915cf9cbccf6f869e030b016b31b93;p=thirdparty%2Fqemu.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 17e96b56e07..0699f378b12 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); }