From dbc0397f1463f127609a575b33705083b046e7a6 Mon Sep 17 00:00:00 2001 From: isaac Date: Wed, 25 Nov 2009 20:17:31 +0000 Subject: [PATCH] - corrected a trivial comment typo. --- lnet/klnds/socklnd/socklnd_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/klnds/socklnd/socklnd_cb.c b/lnet/klnds/socklnd/socklnd_cb.c index 3be5ff5..2eb32b4 100644 --- a/lnet/klnds/socklnd/socklnd_cb.c +++ b/lnet/klnds/socklnd/socklnd_cb.c @@ -1922,7 +1922,7 @@ ksocknal_connect (ksock_route_t *route) /* We want to introduce a delay before next * attempt to connect if we lost conn race, * but the race is resolved quickly usually, - * so min_reconnectms should be good heruistic */ + * so min_reconnectms should be good heuristic */ route->ksnr_retry_interval = cfs_time_seconds(*ksocknal_tunables.ksnd_min_reconnectms)/1000; route->ksnr_timeout = cfs_time_add(cfs_time_current(), -- 1.8.3.1