From: Justin P. Mattock Date: Mon, 21 Jun 2010 20:45:42 +0000 (-0700) Subject: net: Fix a typo in netlink.h X-Git-Tag: v2.6.36-rc1~571^2~514 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dc8d8c06d4002be4d1373fc06f25cd589be47e1;p=karo-tx-linux.git 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 Signed-off-by: David S. Miller --- 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