diff options
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 4fc05b58503..f3b201d335b 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  |