aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/filemonitor-inotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/filemonitor-inotify.c b/util/filemonitor-inotify.c
index 2121111..7352b9f 100644
--- a/util/filemonitor-inotify.c
+++ b/util/filemonitor-inotify.c
@@ -89,7 +89,7 @@ static void qemu_file_monitor_watch(void *arg)
struct inotify_event *ev = (struct inotify_event *)(buf + used);
/*
- * We trust the kenel to provide valid buffer with complete event
+ * We trust the kernel to provide valid buffer with complete event
* records.
*/
assert(len - used >= sizeof(struct inotify_event));