chiark / gitweb /
Comment spelling fixes.
authorDavid Strauss <david@davidstrauss.net>
Wed, 6 Nov 2013 10:03:18 +0000 (20:03 +1000)
committerDavid Strauss <david@davidstrauss.net>
Wed, 6 Nov 2013 10:03:18 +0000 (20:03 +1000)
src/core/cgroup.c
src/core/manager.c

index f2a99c76b7612c0bbb57b491734859b29065a5be..6a6c5049b39df1377b571baa2d9e51e0fe80c8b4 100644 (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
index 60c22e31d7caa61807e71d562502aed2931690ad..c75c1e1a4ebace040fc5753131d549dde5352147 100644 (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;