diff options
Diffstat (limited to 'src/vmspawn')
-rw-r--r-- | src/vmspawn/vmspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmspawn/vmspawn.c b/src/vmspawn/vmspawn.c index 030efbdb23..92a197ba30 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. */ |