* [B.A.T.M.A.N.] [PATCH] batman-adv: fix typos in comments
@ 2012-07-01 17:07 Antonio Quartulli
2012-07-05 21:36 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-07-01 17:07 UTC (permalink / raw)
To: b.a.t.m.a.n
the word millisecond is misspelled in several comments. This patch fixes it.
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
main.h | 8 ++++----
vis.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/main.h b/main.h
index 6dca9c4..0c6903c 100644
--- a/main.h
+++ b/main.h
@@ -41,13 +41,13 @@
* -> TODO: check influence on BATADV_TQ_LOCAL_WINDOW_SIZE
*/
#define BATADV_PURGE_TIMEOUT 200000 /* 200 seconds */
-#define BATADV_TT_LOCAL_TIMEOUT 3600000 /* in miliseconds */
-#define BATADV_TT_CLIENT_ROAM_TIMEOUT 600000 /* in miliseconds */
+#define BATADV_TT_LOCAL_TIMEOUT 3600000 /* in milliseconds */
+#define BATADV_TT_CLIENT_ROAM_TIMEOUT 600000 /* in milliseconds */
/* sliding packet range of received originator messages in sequence numbers
* (should be a multiple of our word size)
*/
#define BATADV_TQ_LOCAL_WINDOW_SIZE 64
-/* miliseconds we have to keep pending tt_req */
+/* milliseconds we have to keep pending tt_req */
#define BATADV_TT_REQUEST_TIMEOUT 3000
#define BATADV_TQ_GLOBAL_WINDOW_SIZE 5
@@ -59,7 +59,7 @@
#define BATADV_TT_OGM_APPEND_MAX 3
/* Time in which a client can roam at most ROAMING_MAX_COUNT times in
- * miliseconds
+ * milliseconds
*/
#define BATADV_ROAMING_MAX_TIME 20000
#define BATADV_ROAMING_MAX_COUNT 5
diff --git a/vis.h b/vis.h
index 84e716e..873282f 100644
--- a/vis.h
+++ b/vis.h
@@ -20,7 +20,7 @@
#ifndef _NET_BATMAN_ADV_VIS_H_
#define _NET_BATMAN_ADV_VIS_H_
-/* timeout of vis packets in miliseconds */
+/* timeout of vis packets in milliseconds */
#define BATADV_VIS_TIMEOUT 200000
int batadv_vis_seq_print_text(struct seq_file *seq, void *offset);
--
1.7.9.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix typos in comments
2012-07-01 17:07 [B.A.T.M.A.N.] [PATCH] batman-adv: fix typos in comments Antonio Quartulli
@ 2012-07-05 21:36 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-07-05 21:36 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Sunday, July 01, 2012 19:07:31 Antonio Quartulli wrote:
> the word millisecond is misspelled in several comments. This patch fixes
> it.
>
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
> main.h | 8 ++++----
> vis.h | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
Applied in revision 60b0fb7.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-05 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 17:07 [B.A.T.M.A.N.] [PATCH] batman-adv: fix typos in comments Antonio Quartulli
2012-07-05 21:36 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox