[Olsr-dev] [PATCH 1/4] smart gateway: fix spelling of 'lazy'
Ferry Huberts
(spam-protected)
Tue Dec 6 10:14:57 CET 2011
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
src/gateway_default_handler.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gateway_default_handler.c b/src/gateway_default_handler.c
index d484d73..a18dba8 100644
--- a/src/gateway_default_handler.c
+++ b/src/gateway_default_handler.c
@@ -84,7 +84,7 @@ static void gw_default_choose_gateway(void) {
}
}
-/* timer for laze gateway selection */
+/* timer for lazy gateway selection */
static void gw_default_timer(void *unused __attribute__ ((unused))) {
/* accept a 10% increase without trigger a stablecount reset */
if (tc_tree.count * 10 <= gw_def_nodecount * 11) {
--
1.7.7.3
More information about the Olsr-dev
mailing list