summaryrefslogtreecommitdiffstats
path: root/event_notifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'event_notifier.c')
-rw-r--r--event_notifier.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/event_notifier.c b/event_notifier.c
index 121cc6e..5a5d1c3 100644
--- a/event_notifier.c
+++ b/event_notifier.c
@@ -1,17 +1,17 @@
/*
* Based on:
- * 1) file-posix.c of Qemu Project
+ * 1) file-posix.c of QEMU Project
*
* Copyright (c) 2006 Fabrice Bellard
*
- * 2) event_notifier-posix.c of Qemu Project
+ * 2) event_notifier-posix.c of QEMU Project
*
* Copyright Red Hat, Inc. 2010
*
* Authors:
* Michael S. Tsirkin <mst@redhat.com>
*
- * 3) os-posix-lib.c of Qemu project
+ * 3) os-posix-lib.c of QEMU project
*
* Copyright (c) 2003-2008 Fabrice Bellard
* Copyright (c) 2010 Red Hat, Inc.