2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

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>
This commit is contained in:
Justin P. Mattock 2010-05-26 09:22:40 -07:00 committed by Jiri Kosina
parent d515e86e63
commit 724df61592

View File

@ -775,7 +775,7 @@ struct net_device {
/* /*
* This is the first field of the "visible" part of this structure * 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 * (i.e. as seen by users in the "Space.c" file). It is the name
* the interface. * of the interface.
*/ */
char name[IFNAMSIZ]; char name[IFNAMSIZ];