From 5ca193d76d16b4dcb0ef7a2b07e4da9bd9aa3dad Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 25 Apr 2012 15:22:36 +0200 Subject: [PATCH] Fix a comment. --- lib/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/conn.c b/lib/conn.c index 6f7b313..ee5e771 100644 --- a/lib/conn.c +++ b/lib/conn.c @@ -222,7 +222,7 @@ rs_conn_receive_packet (struct rs_connection *conn, assert (conn); assert (conn->realm); - assert (!conn_user_dispatch_p (conn)); /* Dispatching mode only. */ + assert (!conn_user_dispatch_p (conn)); /* Blocking mode only. */ if (rs_packet_create (conn, &pkt)) return -1; -- 2.1.4