From: Ben Pfaff Date: Fri, 23 May 2008 23:23:51 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ef9d8adea5fdf5a8be3ad5c718cea234f0b998;p=openvswitch Fix typo in comment. --- 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)