]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Oct 2023 02:15:30 +0000 (11:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Oct 2023 02:15:30 +0000 (11:15 +0900)
src/core/manager-serialize.c

index 71234ae9362f7b8f15940d7bbaac8fa4cdb8ec8b..76261a2d8840b3d0e56b47437f17bed4e21c04f7 100644 (file)
@@ -538,7 +538,7 @@ int manager_deserialize(Manager *m, FILE *f, FDSet *fds) {
                                 deserialize_varlink_sockets = true;
                         }
 
-                        /* To void unnecessary deserialization (i.e. during reload vs. reexec) we only deserialize
+                        /* To avoid unnecessary deserialization (i.e. during reload vs. reexec) we only deserialize
                          * the FDs if we had to create a new m->varlink_server. The deserialize_varlink_sockets flag
                          * is initialized outside of the loop, is flipped after the VarlinkServer is setup, and
                          * remains set until all serialized contents are handled. */