Skip to content

Commit 43955a4

Browse files
jmberg-inteldavem330
authored andcommitted
netlink: fix typo in nla_parse_nested() comment
Fix a simple typo: attribuets -> attributes Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ac8bd9e commit 43955a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/netlink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
* nla_find() find attribute in stream of attributes
154154
* nla_find_nested() find attribute in nested attributes
155155
* nla_parse() parse and validate stream of attrs
156-
* nla_parse_nested() parse nested attribuets
156+
* nla_parse_nested() parse nested attributes
157157
* nla_for_each_attr() loop over all attributes
158158
* nla_for_each_nested() loop over the nested attributes
159159
*=========================================================================

0 commit comments

Comments
 (0)