From c572b9a572824ebf3c3ad5cb15de4e783d2ce9e9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Aug 2008 11:43:05 -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 26e2e614..c1c2748c 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -486,7 +486,7 @@ rconn_send(struct rconn *rc, struct buffer *b, int *n_queued) /* Sends 'b' on 'rc'. Increments '*n_queued' while the packet is in flight; it * will be decremented when it has been sent (or discarded due to * disconnection). Returns 0 if successful, EAGAIN if '*n_queued' is already - * at least as large of 'queue_limit', or ENOTCONN if 'rc' is not currently + * at least as large as 'queue_limit', or ENOTCONN if 'rc' is not currently * connected. Regardless of return value, 'b' is destroyed. * * Because 'b' may be sent (or discarded) before this function returns, the -- 2.30.2