From 67e966f69657be9260488db2282a70dacb5a903c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Nov 2014 14:54:06 +0100
Subject: [PATCH] More correct comment.

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

diff --git a/src/server/io.h b/src/server/io.h
index da53390..7c9148d 100644
--- a/src/server/io.h
+++ b/src/server/io.h
@@ -17,8 +17,7 @@
  * if queue is empty and world.do_update is set, update world state file (and
  * 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 on inactivity.)
+ * (Queueing ensures only complete messages are interpreted.)
  */
 extern char * io_round();
 
-- 
2.30.2