Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43955a45 authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

netlink: fix typo in nla_parse_nested() comment



Fix a simple typo: attribuets -> attributes

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ac8bd9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -153,7 +153,7 @@
 *   nla_find()				find attribute in stream of attributes
 *   nla_find()				find attribute in stream of attributes
 *   nla_find_nested()			find attribute in nested attributes
 *   nla_find_nested()			find attribute in nested attributes
 *   nla_parse()			parse and validate stream of attrs
 *   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_attr()		loop over all attributes
 *   nla_for_each_nested()		loop over the nested attributes
 *   nla_for_each_nested()		loop over the nested attributes
 *=========================================================================
 *=========================================================================