Modified: trunk/launchd/src/launchd_runtime.c (23544 => 23545)
--- trunk/launchd/src/launchd_runtime.c 2008-03-10 21:09:42 UTC (rev 23544)
+++ trunk/launchd/src/launchd_runtime.c 2008-03-11 02:55:06 UTC (rev 23545)
@@ -924,9 +924,9 @@
kern_return_t
do_mach_notify_send_once(mach_port_t notify __attribute__((unused)))
{
- /* This message is sent to us every time we close a port that we have
- * outstanding Mach notification requests on. We can safely ignore this
- * message.
+ /*
+ * This message is sent for each send-once right that is deallocated
+ * without being used.
*/
return KERN_SUCCESS;