From: Ben Pfaff Date: Thu, 14 Aug 2008 18:43:05 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c572b9a572824ebf3c3ad5cb15de4e783d2ce9e9;p=openvswitch Fix typo in comment. --- 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