From d6ef9d8adea5fdf5a8be3ad5c718cea234f0b998 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 23 May 2008 16:23:51 -0700 Subject: [PATCH] Fix typo in comment. --- lib/rconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rconn.c b/lib/rconn.c index 254f356f..46fd51df 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -259,7 +259,7 @@ do_send(struct rconn *rc, struct buffer *b, int txq_limit) * full, or ENOTCONN if 'rc' is not currently connected. * * There is no rconn_send_wait() function: an rconn has a send queue that it - * takes care of sending if you call rconn_wait(), which will have the side + * takes care of sending if you call rconn_run(), which will have the side * effect of waking up poll_block(). */ int rconn_send(struct rconn *rc, struct buffer *b) -- 2.30.2