OSDN Git Service

netlink: fix typo in nla_parse_nested() comment
authorJohannes Berg <johannes.berg@intel.com>
Wed, 26 Sep 2018 20:19:42 +0000 (22:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Sep 2018 18:48:26 +0000 (11:48 -0700)
Fix a simple typo: attribuets -> attributes

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h

index 0c154f9..39e1d87 100644 (file)
  *   nla_find()                                find attribute in stream of attributes
  *   nla_find_nested()                 find attribute in nested attributes
  *   nla_parse()                       parse and validate stream of attrs
- *   nla_parse_nested()                        parse nested attribuets
+ *   nla_parse_nested()                        parse nested attributes
  *   nla_for_each_attr()               loop over all attributes
  *   nla_for_each_nested()             loop over the nested attributes
  *=========================================================================