diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:11:33 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 12:06:05 +0300 |
commit | f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587 (patch) | |
tree | 35341c1cd5811058a3e58383cc471edd0c3c16b9 | |
parent | 4b3e4d2b43a94051b017d70461babe4e7b994aad (diff) | |
download | qemu-f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587.zip qemu-f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587.tar.gz qemu-f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587.tar.bz2 |
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.c | 2 |
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)); |