Comment spelling fixes.

This commit is contained in:
David Strauss 2013-11-06 20:03:18 +10:00
parent 74df0fca09
commit f366954523
2 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ int unit_realize_cgroup(Unit *u) {
* unit, we need to first create all parents, but there's more
* actually: for the weight-based controllers we also need to
* make sure that all our siblings (i.e. units that are in the
* same slice as we are) have cgroup too. Otherwise things
* same slice as we are) have cgroups, too. Otherwise things
* would become very uneven as each of their processes would
* get as much resources as all our group together. This call
* will synchronously create the parent cgroups, but will

View File

@ -1796,7 +1796,7 @@ int manager_loop(Manager *m) {
manager_check_finished(m);
/* There might still be some zombies hanging around from
* before we were exec()'ed. Leat's reap them */
* before we were exec()'ed. Let's reap them. */
r = manager_dispatch_sigchld(m);
if (r < 0)
return r;