diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-09-26 22:19:42 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-29 11:48:26 -0700 |
commit | 43955a45dc0b4f3be7f0c3afc0e080ed59bb5280 (patch) | |
tree | 6cfaafea7ec5cca3e884a790dc187e6bdb4b2f5b /include | |
parent | ac8bd9e13be22a3d24bfc80972d4688e3e50e457 (diff) | |
download | linux-stable-43955a45dc0b4f3be7f0c3afc0e080ed59bb5280.tar.gz linux-stable-43955a45dc0b4f3be7f0c3afc0e080ed59bb5280.tar.bz2 linux-stable-43955a45dc0b4f3be7f0c3afc0e080ed59bb5280.zip |
netlink: fix typo in nla_parse_nested() comment
Fix a simple typo: attribuets -> attributes
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *========================================================================= |