summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-05-26 18:22:40 +0200
committerJiri Kosina <jkosina@suse.cz>2010-06-04 16:03:34 +0200
commit724df615928b7050d33b6243f60b12bd87484fc7 (patch)
tree22dc5e941ffb2eb20db6df67cc29c22cbed08f68 /include
parentMerge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... (diff)
downloadlinux-724df615928b7050d33b6243f60b12bd87484fc7.tar.xz
linux-724df615928b7050d33b6243f60b12bd87484fc7.zip
fix comment typo in netdevice.h
Fix missing "of" in comment. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index a1bff6518166..c761c903772e 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -775,7 +775,7 @@ struct net_device {
/*
* This is the first field of the "visible" part of this structure
* (i.e. as seen by users in the "Space.c" file). It is the name
- * the interface.
+ * of the interface.
*/
char name[IFNAMSIZ];