]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:56:08 +0000 (05:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:56:11 +0000 (05:56 +0900)
Follow-up for 862c68a914ab4561d83875e58e05dcf65cb4a551.

src/vmspawn/vmspawn.c

index 030efbdb23fc40aca9f0aa3d3cee10a7f50f7d0a..92a197ba308eeaceeb8dab745052e1f9bebb2fe2 100644 (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. */