net: Fix a typo in netlink.h
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 21 Jun 2010 20:45:42 +0000 (13:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jun 2010 19:58:40 +0000 (12:58 -0700)
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>
include/net/netlink.h

index 4fc05b5..f3b201d 100644 (file)
@@ -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