From: Michael Tokarev Date: Tue, 14 Nov 2023 16:11:33 +0000 (+0300) Subject: util/filemonitor-inotify.c: spelling fix: kenel X-Git-Tag: v8.2.0~45^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587;p=mirror_qemu.git util/filemonitor-inotify.c: spelling fix: kenel Fixes: 2e12dd405c66 "util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow" Reviewed-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Michael Tokarev --- 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));