chiark / gitweb /
minor typo fixes
authorLennart Poettering <lennart@poettering.net>
Wed, 23 Jun 2010 00:10:19 +0000 (02:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Jun 2010 00:10:19 +0000 (02:10 +0200)
src/cgroup-util.c
src/sd-daemon.h

index 9337817b6b3d50aac061de86c2348de8d0a7f431..002c131f7f4580ab3069ceb5355d799e37afae5c 100644 (file)
@@ -217,7 +217,7 @@ int cg_kill_recursive_and_wait(const char *controller, const char *path) {
          * SIGKILL */
 
         for (i = 0; i < 10; i++) {
-int sig, r;
+                int sig, r;
 
                 if (i <= 0)
                         sig = SIGTERM;
index 56fec98aa71db4ff0a77aee50a8ac399627d24f6..779704783d4bbbb59912a081fefbdb089ed5b362 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
   - Detection of systemd boots
 
   You may compile this with -DDISABLE_SYSTEMD to disable systemd
-  support. This make all those calls NOPs that are directly related to
+  support. This makes all those calls NOPs that are directly related to
   systemd (i.e. only sd_is_xxx() will stay useful).
 
   Since this is drop-in code we don't want any of our symbols to be