[distcc] [PATCH] zeroconf: fix typo

Shawn Landden shawnlandden at gmail.com
Wed May 16 22:43:05 MDT 2012


---
 src/zeroconf.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/zeroconf.c b/src/zeroconf.c
index 652cc1d..f802d68 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -47,7 +47,8 @@
 #include "trace.h"
 #include "exitcode.h"
 
-/* How long shall the background daemon be idle before i terminates itself? */
+/* How long shall the background daemon be idle before it terminates itself?
+ * (in seconds) */
 #define MAX_IDLE_TIME 20
 
 /* Maxium size of host file to load */
-- 
1.7.9.5



More information about the distcc mailing list