From: Yu Watanabe Date: Fri, 2 Aug 2024 20:56:08 +0000 (+0900) Subject: vmspawn: fix typo X-Git-Tag: v257-rc1~756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8e373ce8e54d7d4eb389d34c48918e228cc6fc;p=thirdparty%2Fsystemd.git vmspawn: fix typo Follow-up for 862c68a914ab4561d83875e58e05dcf65cb4a551. --- 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. */