]> git.proxmox.com Git - mirror_qemu.git/commitdiff
util/filemonitor-inotify.c: spelling fix: kenel
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 14 Nov 2023 16:11:33 +0000 (19:11 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 15 Nov 2023 09:06:05 +0000 (12:06 +0300)
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>
util/filemonitor-inotify.c

index 2121111f38bb77e16411cafe5889ec00f984cd5b..7352b9fe53ec402bee3e20f5448196ffb2e1c296 100644 (file)
@@ -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));