Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Fri, 23 May 2008 23:23:51 +0000 (16:23 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 3 Jul 2008 21:11:03 +0000 (14:11 -0700)
lib/rconn.c

index 254f356ff07144f27c2badd481235763d154d22b..46fd51df35217337f164a2ea37dd91b99047f3ef 100644 (file)
@@ -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)