diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-06-21 13:45:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-23 12:58:40 -0700 |
commit | 1dc8d8c06d4002be4d1373fc06f25cd589be47e1 (patch) | |
tree | c9e3a60ae07df56604f5e81a89900f6df975f102 /include/net/netlink.h | |
parent | 17f085df92ba74a4dc88744cbc7a699c231f8728 (diff) | |
download | talos-op-linux-1dc8d8c06d4002be4d1373fc06f25cd589be47e1.tar.gz talos-op-linux-1dc8d8c06d4002be4d1373fc06f25cd589be47e1.zip |
net: Fix a typo in netlink.h
Fix a typo in include/net/netlink.h
should be finalize instead of finanlize
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netlink.h')
-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 4fc05b58503e..f3b201d335b3 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h @@ -35,7 +35,7 @@ * nlmsg_new() create a new netlink message * nlmsg_put() add a netlink message to an skb * nlmsg_put_answer() callback based nlmsg_put() - * nlmsg_end() finanlize netlink message + * nlmsg_end() finalize netlink message * nlmsg_get_pos() return current position in message * nlmsg_trim() trim part of message * nlmsg_cancel() cancel message construction |