[systemd-commits] src/core

David Strauss straussd at kemper.freedesktop.org
Wed Nov 6 11:03:24 CET 2013


 src/core/cgroup.c  |    2 +-
 src/core/manager.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f3669545238702f8ffee7b743ca4347b785b558a
Author: David Strauss <david at davidstrauss.net>
Date:   Wed Nov 6 20:03:18 2013 +1000

    Comment spelling fixes.

diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index f2a99c7..6a6c504 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -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
diff --git a/src/core/manager.c b/src/core/manager.c
index 60c22e3..c75c1e1 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -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;



More information about the systemd-commits mailing list