From: Ben Pfaff Date: Sun, 22 Aug 2010 20:39:43 +0000 (-0700) Subject: reconnect: Fix typo in comment. X-Git-Tag: v1.1.0pre1~43 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=528b8cc4fa1a3cee71cd647ec399caf68760c9c0 reconnect: Fix typo in comment. --- diff --git a/lib/reconnect.c b/lib/reconnect.c index 169f3173c..773190bdf 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) {