Correct a very small typ0 in routing.c
Signed-off-by: Antonio Quartulli ordex@autistici.org --- routing.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/routing.c b/routing.c index 0f32c81..36b940c 100644 --- a/routing.c +++ b/routing.c @@ -93,7 +93,7 @@ static void update_transtable(struct bat_priv *bat_priv, orig_node->tt_crc = tt_global_crc(bat_priv, orig_node);
/* The ttvn alone is not enough to guarantee consistency - * because a single value could repesent different states + * because a single value could represent different states * (due to the wrap around). Thus a node has to check whether * the resulting table (after applying the changes) is still * consistent or not. E.g. a node could disconnect while its