chiark / gitweb /
cgroup: it's not OK to invoke alloca() in loops
[elogind.git] / src / core / service.c
index 41b95ab0f3e6d036855344e867179f3da64031a6..386692a10aaa81c3a9bc3e837b04e9a4768c911a 100644 (file)
@@ -3416,7 +3416,7 @@ static void service_notify_message(Unit *u, pid_t pid, char **tags) {
                         free(t);
         }
 
-        /* Interpet WATCHDOG= */
+        /* Interpret WATCHDOG= */
         if (strv_find(tags, "WATCHDOG=1")) {
                 log_debug_unit(u->id, "%s: got WATCHDOG=1", u->id);
                 service_reset_watchdog(s);