From c560e7b4c403cf75b5a7ebd7cc4818ade1ae845d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Nov 2014 14:32:55 +0100
Subject: [PATCH] Further comment refinement.

---
 src/server/io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/server/io.h b/src/server/io.h
index 9dffd25..da53390 100644
--- a/src/server/io.h
+++ b/src/server/io.h
@@ -18,7 +18,7 @@
  * unset world.do_update) and write a single dot line to server out file, then
  * read server in file for the next load of bytes to put onto the input queue.
  * (Queueing ensures only complete messages are interpreted, and io_loop()'s
- * server tests only happening in a multi-second interval.)
+ * server tests only happening in a multi-second interval on inactivity.)
  */
 extern char * io_round();
 
-- 
2.30.2