From: Justin P. Mattock Date: Wed, 26 May 2010 16:22:40 +0000 (-0700) Subject: fix comment typo in netdevice.h X-Git-Tag: v2.6.36-rc1~566^2~49 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=724df615928b7050d33b6243f60b12bd87484fc7;p=karo-tx-linux.git fix comment typo in netdevice.h Fix missing "of" in comment. Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina --- 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];