X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.c;h=c1c2748c3550d3ca1f2615f75bc91dfe41d6d259;hb=c572b9a572824ebf3c3ad5cb15de4e783d2ce9e9;hp=26e2e6146785b048a78493def2165e98ce805d2f;hpb=9b13a5792f83884c42d4000c10a17d30d1ee4133;p=openvswitch 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