Commit 724df615 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina
Browse files

fix comment typo in netdevice.h



Fix missing "of" in comment.

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

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d515e86e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];