diff mbox

Fix typo in cpus.c

Message ID 1308017796-397-1-git-send-email-cerbere@gmail.com
State New
Headers show

Commit Message

Alexandre Raymond June 14, 2011, 2:16 a.m. UTC
filed -> failed

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
---
 cpus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Stefan Hajnoczi June 14, 2011, 8:07 a.m. UTC | #1
On Mon, Jun 13, 2011 at 10:16:36PM -0400, Alexandre Raymond wrote:
> filed -> failed
> 
> Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
> ---
>  cpus.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Stefan
diff mbox

Patch

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);
     }