From: Johannes Berg Date: Wed, 26 Sep 2018 20:19:42 +0000 (+0200) Subject: netlink: fix typo in nla_parse_nested() comment X-Git-Tag: v4.19-rc7~28^2~25 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/43955a45dc0b4f3be7f0c3afc0e080ed59bb5280 netlink: fix typo in nla_parse_nested() comment Fix a simple typo: attribuets -> attributes Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- diff --git a/include/net/netlink.h b/include/net/netlink.h index 0c154f98e987..39e1d875d507 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h @@ -153,7 +153,7 @@ * 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 *=========================================================================