aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-06-21 13:45:42 -0700
committerDavid S. Miller <davem@davemloft.net>2010-06-23 12:58:40 -0700
commit1dc8d8c06d4002be4d1373fc06f25cd589be47e1 (patch)
treec9e3a60ae07df56604f5e81a89900f6df975f102 /include/net/netlink.h
parente1000e: disable gig speed when in S0->Sx transition (diff)
downloadlinux-dev-1dc8d8c06d4002be4d1373fc06f25cd589be47e1.tar.xz
linux-dev-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.h2
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