Skip to content

Commit

Permalink
fix comment typo in netdevice.h
Browse files Browse the repository at this point in the history
Fix missing "of" in comment.

 Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Jun 4, 2010
1 parent d515e86 commit 724df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netdevice.h
Expand Up @@ -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];

Expand Down

0 comments on commit 724df61

Please sign in to comment.