[ovs-dev] [PATCH 7/8] reconnect: Fix typo in comment.
Ben Pfaff
blp at nicira.com
Mon Aug 23 12:19:56 PDT 2010
---
lib/reconnect.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/reconnect.c b/lib/reconnect.c
index 169f317..773190b 100644
--- 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)
{
--
1.7.1
More information about the dev
mailing list