projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20063bd
)
reconnect: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Sun, 22 Aug 2010 20:39:43 +0000
(13:39 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 25 Aug 2010 21:55:47 +0000
(14:55 -0700)
lib/reconnect.c
patch
|
blob
|
history
diff --git
a/lib/reconnect.c
b/lib/reconnect.c
index 169f3173c195a304457f62cada799a90dd3b6170..773190bdfc01d9543b65e267f3740d92c0e17a36 100644
(file)
--- a/
lib/reconnect.c
+++ b/
lib/reconnect.c
@@
-379,7
+379,8
@@
reconnect_disconnected(struct reconnect *fsm, long long int now, int error)
/* Tell 'fsm' that a connection or listening attempt is in progress.
*
* The FSM will start a timer, after which the connection or listening attempt
- * will be aborted (by returning RECONNECT_DISCONNECT from reconect_run()). */
+ * will be aborted (by returning RECONNECT_DISCONNECT from
+ * reconnect_run()). */
void
reconnect_connecting(struct reconnect *fsm, long long int now)
{