1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-13 01:57:42 +03:00

vmspawn: fix typo

Follow-up for 862c68a914ab4561d83875e58e05dcf65cb4a551.
This commit is contained in:
Yu Watanabe 2024-08-03 05:56:08 +09:00
parent bb35a47de2
commit 6b8e373ce8

View File

@ -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. */