Revision
23364
Author
zarzycki@apple.com
Date
2007-09-09 13:18:42 -0700 (Sun, 09 Sep 2007)

Log Message

I am not launchd, and launchd is not me.

Modified Paths

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (23363 => 23364)


--- trunk/launchd/src/launchd_core_logic.c	2007-09-09 19:10:06 UTC (rev 23363)
+++ trunk/launchd/src/launchd_core_logic.c	2007-09-09 20:18:42 UTC (rev 23364)
@@ -3985,7 +3985,7 @@
 		jobmgr_log(jm, LOG_WARNING, "Stray %sprocess at shutdown: PID %u PPID %u %s", z, p_i, pp_i, n);
 
 		/*
-		 * The kernel team requested that I not do this for Leopard.
+		 * The kernel team requested that launchd not do this for Leopard.
 		 * jobmgr_assumes(jm, kill(p_i, SIGKILL) != -1);
 		 */
 	}