From patchwork Sat Jul 9 11:30:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 1202 Return-Path: Received: from contumacia.investici.org (contumacia.investici.org [178.255.144.35]) by open-mesh.org (Postfix) with ESMTPS id 9F163154153 for ; Sat, 9 Jul 2011 13:31:22 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@autistici.org; dkim-adsp=pass Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 030F6E84B1; Sat, 9 Jul 2011 11:31:18 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 030F6E84B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1310211080; bh=WUUOucMFoM8K4dHkxyn1yY5AVh681HiyT8Cz4iL1qlU=; h=From:To:Cc:Subject:Date:Message-Id; b=eLeOdeDe97f0FhvSC28DI71atdLQdxhhBnAifRZMzXMUDwQbL6QS5HUotG1QnfgJF ZRmaWtRgNV6dV02DvQDe1F5CK/TsiUmojPkTwRvWqMwCUjt7aEpzfoBDvWRiA/KoC6 19HvgQri+is0QPlSgawy1UBHUH6EbPXVmqk/gbhQ= From: Antonio Quartulli To: "B.A.T.M.A.N" Date: Sat, 9 Jul 2011 13:30:33 +0200 Message-Id: <1310211033-2951-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.7.3.4 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: correct typ0 in routing.c X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 11:31:22 -0000 Correct a very small typ0 in routing.c Signed-off-by: Antonio Quartulli --- 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