summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-11-14 19:11:33 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-11-15 12:06:05 +0300
commitf0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587 (patch)
tree35341c1cd5811058a3e58383cc471edd0c3c16b9
parent4b3e4d2b43a94051b017d70461babe4e7b994aad (diff)
downloadfocaccia-qemu-f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587.tar.gz
focaccia-qemu-f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587.zip
util/filemonitor-inotify.c: spelling fix: kenel
Fixes: 2e12dd405c66 "util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow"
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-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 2121111f38..7352b9fe53 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));