diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-02 22:56:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-02 22:56:11 +0200 |
commit | 6b8e373ce8e54d7d4eb389d34c48918e228cc6fc (patch) | |
tree | 96e0337701cf2fb270ef315cd424d2dcae609ec4 /src/vmspawn | |
parent | ukify: fix typo (diff) | |
download | systemd-6b8e373ce8e54d7d4eb389d34c48918e228cc6fc.tar.xz systemd-6b8e373ce8e54d7d4eb389d34c48918e228cc6fc.zip |
vmspawn: fix typo
Follow-up for 862c68a914ab4561d83875e58e05dcf65cb4a551.
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. */ |