summaryrefslogtreecommitdiff
path: root/net/batman-adv/vis.h
diff options
context:
space:
mode:
authorAntonio Quartulli <ordex@autistici.org>2012-07-01 19:07:31 +0200
committerAntonio Quartulli <ordex@autistici.org>2012-08-23 14:02:45 +0200
commita51fb9b2ac4eac86ff13c30620758b87f4f3f5ce (patch)
treeb6614d8df77d58d9b8871941d06f905f0b463ec9 /net/batman-adv/vis.h
parentd657e621a0f5584cf269b5b3d733a4cbb2497900 (diff)
downloadlinux-3.10-a51fb9b2ac4eac86ff13c30620758b87f4f3f5ce.tar.gz
linux-3.10-a51fb9b2ac4eac86ff13c30620758b87f4f3f5ce.tar.bz2
linux-3.10-a51fb9b2ac4eac86ff13c30620758b87f4f3f5ce.zip
batman-adv: fix typos in comments
the word millisecond is misspelled in several comments. This patch fixes it. Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/vis.h')
-rw-r--r--net/batman-adv/vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/vis.h b/net/batman-adv/vis.h
index 84e716ed896..873282fa86d 100644
--- a/net/batman-adv/vis.h
+++ b/net/batman-adv/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);