From 6b8e373ce8e54d7d4eb389d34c48918e228cc6fc Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 3 Aug 2024 05:56:08 +0900 Subject: [PATCH] vmspawn: fix typo Follow-up for 862c68a914ab4561d83875e58e05dcf65cb4a551. --- src/vmspawn/vmspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmspawn/vmspawn.c b/src/vmspawn/vmspawn.c index 030efbdb23f..92a197ba308 100644 --- a/src/vmspawn/vmspawn.c +++ b/src/vmspawn/vmspawn.c @@ -677,7 +677,7 @@ static int vmspawn_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t int q; /* If we are done or are seeing an error we'll turn off floating mode, which means the event - * loop itself won't keep the event source pinned anymore, and since noone else (hopefully!) + * loop itself won't keep the event source pinned anymore, and since no one else (hopefully!) * keeps a reference anymore the whole thing will be released once we exit from this handler * here. */ -- 2.47.3