projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18349ee
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Fri, 23 May 2008 23:23:51 +0000
(16:23 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 3 Jul 2008 21:11:03 +0000
(14:11 -0700)
lib/rconn.c
patch
|
blob
|
history
diff --git
a/lib/rconn.c
b/lib/rconn.c
index 254f356ff07144f27c2badd481235763d154d22b..46fd51df35217337f164a2ea37dd91b99047f3ef 100644
(file)
--- 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)